diff options
-rw-r--r-- | keyboards/moonlander/config.h | 1 | ||||
-rw-r--r-- | keyboards/moonlander/keymaps/default/config.h | 1 | ||||
-rw-r--r-- | keyboards/planck/ez/config.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/moonlander/config.h b/keyboards/moonlander/config.h index 75554ad5e1..c067fd9aa5 100644 --- a/keyboards/moonlander/config.h +++ b/keyboards/moonlander/config.h @@ -163,3 +163,4 @@ #define AUDIO_PIN A5 #define AUDIO_PIN_ALT A4 #define AUDIO_PIN_ALT_AS_NEGATIVE +#define AUDIO_INIT_DELAY diff --git a/keyboards/moonlander/keymaps/default/config.h b/keyboards/moonlander/keymaps/default/config.h index 83ea2a1b58..1d19dd2632 100644 --- a/keyboards/moonlander/keymaps/default/config.h +++ b/keyboards/moonlander/keymaps/default/config.h @@ -19,3 +19,4 @@ #pragma once #define ORYX_CONFIGURATOR +#define STARTUP_SONG SONG(ODE_TO_JOY) diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index 2475401535..9a75030e10 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -62,6 +62,7 @@ #define AUDIO_PIN A5 #define AUDIO_PIN_ALT A4 #define AUDIO_PIN_ALT_AS_NEGATIVE +#define AUDIO_INIT_DELAY /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ // #define DEBOUNCE 6 |