[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

@ -11,3 +11,6 @@ endif
ifeq ($(strip $(STARTUP_NUMLOCK_ON)), yes)
OPT_DEFS += -DSTARTUP_NUMLOCK_ON
endif
ifeq ($(strip $(COLEMAK_LAYER_ENABLE)), yes)
OPT_DEFS += -DCOLEMAK_LAYER_ENABLE
endif