This commit is contained in:
parent
7372ce1a8b
commit
e4f0f4bd2a
5 changed files with 78 additions and 623 deletions
6
rules.mk
6
rules.mk
|
@ -1,6 +1,9 @@
|
|||
# Enable N-Key Rollover
|
||||
NKRO_ENABLE = yes
|
||||
|
||||
# needed for keycode in keyrecord_t
|
||||
REPEAT_KEY_ENABLE = yes
|
||||
|
||||
# less features we don't use
|
||||
COMMAND_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
@ -10,9 +13,6 @@ MOUSEKEY_ENABLE = no
|
|||
MUSIC_ENABLE = no
|
||||
SPACE_CADET_ENABLE = no
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += features/achordion.c
|
||||
|
||||
# add bongocat & luna for OLEDs
|
||||
ifeq ($(strip $(OLED_ENABLE)), yes)
|
||||
SRC += features/oled_bongocat.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue