Revert "try again https://github.com/filterpaper/qmk_userspace"
This reverts commit e4f0f4bd2a
.
This commit is contained in:
parent
4aae1d399e
commit
fbef9cc4dd
5 changed files with 623 additions and 78 deletions
6
rules.mk
6
rules.mk
|
@ -1,9 +1,6 @@
|
|||
# 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
|
||||
|
@ -13,6 +10,9 @@ 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