Redox custom keymap (jeherve): updates to deprecated code and bugfixes (#12738)

Co-authored-by: Drashna Jael're <drashna@live.com>
This commit is contained in:
Jeremy Herve
2021-05-13 18:29:04 +02:00
committed by GitHub
parent 3efd94014f
commit 6e5e34662b
3 changed files with 165 additions and 145 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2018 Jeremy Herve <jeremy@jeremy.hu>
Copyright 2021 Jeremy Herve <jeremy@jeremy.hu>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,3 +36,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_SLEEP
/* Set Unicode mode by default */
#define UNICODE_SELECTED_MODES UC_MAC
/* Custom startup sound */
#ifdef AUDIO_ENABLE
# define STARTUP_SONG SONG(ZELDA_PUZZLE)
#endif