1db7ff7f18
* Bump version number so VIA doesn't choke due to reconfiguration of keys/encoders * Move rules.mk stuff into info.json, convert RGBLIGHT TO RGB_MATRIX * Run format-json on info.json
10 lines
195 B
C
10 lines
195 B
C
// Copyright 2021 Danny Nguyen (@nooges)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define AUDIO_PIN C6
|
|
#ifdef AUDIO_ENABLE
|
|
# define STARTUP_SONG SONG(STARTUP_SOUND)
|
|
#endif
|
|
|