forked from mirrors/qmk_firmware
10 lines
213 B
Makefile
10 lines
213 B
Makefile
|
MOUSEKEY_ENABLE = yes
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
RGBLIGHT_ENABLE = no
|
||
|
OLED_ENABLE = no
|
||
|
|
||
|
SRC += ./lib/rgb_state_reader.c \
|
||
|
./lib/layer_state_reader.c \
|
||
|
./lib/logo_reader.c \
|
||
|
./lib/keylogger.c \
|