1
0
Fork 0

Add naked60 layout, clean up my userspace files and rules.mk. (#8848)

This commit is contained in:
Fred Silberberg 2020-04-20 03:00:14 -07:00 committed by GitHub
parent 7e4cf9ace2
commit 2dca087b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 82 additions and 29 deletions

View file

@ -2,3 +2,4 @@
#define PERMISSIVE_HOLD
#define NO_ACTION_MACRO
#undef ONESHOT_TAP_TOGGLE

View file

@ -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