1
0
Fork 0

[Keymap] Jonavin keymap gmmk pro (#14220)

add rgb nightmode and optional colemak layer 

Co-authored-by: Jonavin <=>
This commit is contained in:
jonavin 2021-09-01 23:42:31 -04:00 committed by GitHub
parent cded3b7582
commit b6ca21c65c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 70 additions and 6 deletions

View file

@ -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