This reverts commit e4f0f4bd2a.
This commit is contained in:
Christoph Cullmann 2024-11-01 19:34:17 +01:00
parent 4aae1d399e
commit fbef9cc4dd
No known key found for this signature in database
5 changed files with 623 additions and 78 deletions

View file

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