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
|