mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 04:54:43 +00:00
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 \
|