add oled animations from https://github.com/filterpaper/qmk_userspace
This commit is contained in:
parent
f3a3c70124
commit
1572a1d707
5 changed files with 506 additions and 0 deletions
4
rules.mk
4
rules.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue