This commit is contained in:
Christoph Cullmann 2024-09-23 01:22:26 +02:00
parent f3a3c70124
commit 1572a1d707
No known key found for this signature in database
5 changed files with 506 additions and 0 deletions

View file

@ -13,5 +13,9 @@ SPACE_CADET_ENABLE = no
# add achordion to improve home row modifiers
SRC += features/achordion.c
# add bongocat & luna for OLED
SRC += features/oled_bongocat.c
SRC += features/oled_luna.c
# good optimizations
LTO_ENABLE = yes