diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2022-07-13 11:05:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 11:05:47 +0900 |
commit | d3c3625aaf4dc93159f1a4180c85224c318db208 (patch) | |
tree | cfc795f6882f66880450a6dec8a5985267487d6a /keyboards/moonlander/keymaps | |
parent | 764ac89d8db728175996ffb1830895d3b9fd83c8 (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/moonlander/keymaps')
-rw-r--r-- | keyboards/moonlander/keymaps/default/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/moonlander/keymaps/default/config.h b/keyboards/moonlander/keymaps/default/config.h index 1d19dd2632..83ea2a1b58 100644 --- a/keyboards/moonlander/keymaps/default/config.h +++ b/keyboards/moonlander/keymaps/default/config.h @@ -19,4 +19,3 @@ #pragma once #define ORYX_CONFIGURATOR -#define STARTUP_SONG SONG(ODE_TO_JOY) |