summaryrefslogtreecommitdiff
path: root/users/jonavin/rules.mk
diff options
context:
space:
mode:
authorjonavin <71780717+Jonavin@users.noreply.github.com>2021-09-01 23:42:31 -0400
committerGitHub <noreply@github.com>2021-09-01 20:42:31 -0700
commitb6ca21c65c0d32241ed697072292bd5118b64f9a (patch)
tree396968fab42790ca62bdfb054aff9fc88a984aca /users/jonavin/rules.mk
parentcded3b75821547cd69614ab8b4a71417b6fa4bcb (diff)
[Keymap] Jonavin keymap gmmk pro (#14220)
add rgb nightmode and optional colemak layer Co-authored-by: Jonavin <=>
Diffstat (limited to 'users/jonavin/rules.mk')
-rw-r--r--users/jonavin/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/jonavin/rules.mk b/users/jonavin/rules.mk
index 4e9ee08ff7..e2918d9e26 100644
--- a/users/jonavin/rules.mk
+++ b/users/jonavin/rules.mk
@@ -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