forked from mirrors/qmk_firmware
d510f6afa9
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Gaston Jorquera <gjorquera@gmail.com>
9 lines
213 B
Makefile
9 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 \
|