This commit is contained in:
Christoph Cullmann 2024-11-01 17:33:59 +01:00
parent 7372ce1a8b
commit e4f0f4bd2a
No known key found for this signature in database
5 changed files with 78 additions and 623 deletions

View file

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