diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2022-06-03 11:33:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 11:33:32 +0900 |
commit | e0ef1fc3a7aea18d5b389015af6e7a3697d5f5da (patch) | |
tree | 3cb2e41b57aa50f812483657d084b2dfdbce7b46 /keyboards/moonlander/keymaps | |
parent | fc773ff0cf9c528773fa81be0fc8880ca5153d81 (diff) |
fix: adds slight delay before playing startup song (#346)
* fix: adds slight delay before playing startup song
* Revert "fix: adds slight delay before playing startup song"
This reverts commit f6df4a322307f41b4e0107a15f6a46ce1a63e88f.
* fix: use AUDIO_DELAY_INIT to fix the glitch
* fix: use AUDIO_DELAY_INIT with the default 300ms delay
Diffstat (limited to 'keyboards/moonlander/keymaps')
-rw-r--r-- | keyboards/moonlander/keymaps/default/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |