mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
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
11 lines
195 B
C
11 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
|
|
|