summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/default/config.h
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2022-07-13 11:05:47 +0900
committerGitHub <noreply@github.com>2022-07-13 11:05:47 +0900
commitd3c3625aaf4dc93159f1a4180c85224c318db208 (patch)
treecfc795f6882f66880450a6dec8a5985267487d6a /keyboards/planck/keymaps/default/config.h
parent764ac89d8db728175996ffb1830895d3b9fd83c8 (diff)
feat: new startup / reset chimes (#352)
* feat: new startup / reset chimes * Remove sound defines in default keymap * fix: check for startup/goodbye song definition * fix: move chimes definition to keyboard's post_config.h Co-authored-by: Drashna Jael're <drashna@live.com>
Diffstat (limited to 'keyboards/planck/keymaps/default/config.h')
-rw-r--r--keyboards/planck/keymaps/default/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/planck/keymaps/default/config.h b/keyboards/planck/keymaps/default/config.h
index 464b7b29f8..cf27a1d4b1 100644
--- a/keyboards/planck/keymaps/default/config.h
+++ b/keyboards/planck/keymaps/default/config.h
@@ -17,9 +17,6 @@
#pragma once
#ifdef AUDIO_ENABLE
-# define STARTUP_SONG SONG(PLANCK_SOUND)
-// #define STARTUP_SONG SONG(NO_SOUND)
-
# define DEFAULT_LAYER_SONGS \
{ SONG(QWERTY_SOUND), SONG(COLEMAK_SOUND), SONG(DVORAK_SOUND) }
#endif