Add naked60 layout, clean up my userspace files and rules.mk. (#8848)
This commit is contained in:
parent
7e4cf9ace2
commit
2dca087b04
16 changed files with 82 additions and 29 deletions
|
@ -2,3 +2,4 @@
|
|||
|
||||
#define PERMISSIVE_HOLD
|
||||
#define NO_ACTION_MACRO
|
||||
#undef ONESHOT_TAP_TOGGLE
|
|
@ -3,3 +3,7 @@ SRC += 333fred.c
|
|||
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
|
||||
SRC += rgb.c
|
||||
endif
|
||||
|
||||
TAP_DANCE_ENABLE=yes
|
||||
NKRO_ENABLE = yes
|
||||
PERMISSIVE_HOLD = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue