[Keymap] Jonavin keymap gmmk pro (#14220)
add rgb nightmode and optional colemak layer Co-authored-by: Jonavin <=>
This commit is contained in:
parent
cded3b7582
commit
b6ca21c65c
7 changed files with 70 additions and 6 deletions
|
@ -31,3 +31,9 @@
|
|||
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_COLOR
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||
#endif
|
||||
|
||||
// add fifth layer for colemak -- set "COLEMAK_LAYER_ENABLE = yes" in rules.mk to enable
|
||||
#if defined COLEMAK_LAYER_ENABLE
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 5
|
||||
#define _COLEMAK 4
|
||||
#endif // COLEMAK_LAYER_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue