Skip to content

Commit f103728

Browse files
committed
Add Homerow mod settings
1 parent 5c9fac4 commit f103728

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

users/drashna/rules.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@ include $(USER_PATH)/keyrecords/keyrecords.mk
9494
include $(USER_PATH)/features/common.mk
9595
# Ignore if not found
9696
-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

Comments
 (0)