Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
# A Colemak keymap for the Redox keyboard
|
||||
|
||||
----
|
||||

|
||||

|
||||
|
||||
----
|
||||
|
||||
@@ -25,6 +25,9 @@ My keymap uses 5 layers:
|
||||
|
||||
## Changelog
|
||||
|
||||
- 2021.04.29
|
||||
- Update code to replace deprecated code.
|
||||
- Fix non-breaking space key.
|
||||
- 2018.12.20
|
||||
- 2 new Macro keys, to invoke [Alfred](https://www.alfredapp.com/) and [1Password](https://1password.com/).
|
||||
- No more Right Command key or Expose key, I didn't use those much.
|
||||
|
||||
Reference in New Issue
Block a user