mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 08:55:10 +00:00
7 lines
177 B
Makefile
7 lines
177 B
Makefile
|
MOUSEKEY_ENABLE = yes
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
|
||
|
# If you want to change the display of OLED, you need to change here
|
||
|
SRC += ./lib/rgb_state_reader.c \
|
||
|
./lib/logo_reader.c
|