We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9fac4 commit f103728Copy full SHA for f103728
users/drashna/rules.mk
@@ -94,3 +94,10 @@ include $(USER_PATH)/keyrecords/keyrecords.mk
94
include $(USER_PATH)/features/common.mk
95
# Ignore if not found
96
-include $(KEYMAP_PATH)/post_rules.mk
97
+
98
+ifeq ($(strip $(HOME_ROW_MODS_ENABLE)), yes)
99
+ # Add define name for easier checking/filtering
100
+ OPT_DEFS += -DHOME_ROW_MODS_ENABLE
101
+ # enable all the options for homerow mods
102
+ OPT_DEFS += -DTAPPING_TERM=250 -DFLOW_TAP_TERM=150 -DPERMISSIVE_HOLD -DCHORDAL_HOLD -DSPECULATIVE_HOLD
103
+endif
0 commit comments