use getreuer/tap_flow
This commit is contained in:
parent
622c662416
commit
83059d4dfa
1 changed files with 4 additions and 0 deletions
4
rules.mk
4
rules.mk
|
@ -4,6 +4,10 @@ NKRO_ENABLE = yes
|
||||||
# optimize size
|
# optimize size
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
|
# needed for getreuer/tap_flow
|
||||||
|
COMBOS_ENABLE = yes
|
||||||
|
REPEAT_KEY_ENABLE = yes
|
||||||
|
|
||||||
# add bongocat & luna for OLEDs
|
# add bongocat & luna for OLEDs
|
||||||
ifeq ($(strip $(OLED_ENABLE)), yes)
|
ifeq ($(strip $(OLED_ENABLE)), yes)
|
||||||
SRC += features/oled_bongocat.c
|
SRC += features/oled_bongocat.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue