aboutsummaryrefslogtreecommitdiff
path: root/users/jonavin/rules.mk
diff options
context:
space:
mode:
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 4e9ee08ff..e2918d9e2 100644
--- a/users/jonavin/rules.mk
+++ b/users/jonavin/rules.mk
@@ -11,3 +11,6 @@ endif
11ifeq ($(strip $(STARTUP_NUMLOCK_ON)), yes) 11ifeq ($(strip $(STARTUP_NUMLOCK_ON)), yes)
12 OPT_DEFS += -DSTARTUP_NUMLOCK_ON 12 OPT_DEFS += -DSTARTUP_NUMLOCK_ON
13endif 13endif
14ifeq ($(strip $(COLEMAK_LAYER_ENABLE)), yes)
15 OPT_DEFS += -DCOLEMAK_LAYER_ENABLE
16endif