mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-30 23:15:51 +00:00
12 lines
303 B
Makefile
12 lines
303 B
Makefile
|
BOOTLOADER = atmel-dfu # Elite-C
|
||
|
|
||
|
MOUSEKEY_ENABLE = yes
|
||
|
RGBLIGHT_ENABLE = yes
|
||
|
|
||
|
# If you want to change the display of OLED, you need to change here
|
||
|
SRC += ./lib/glcdfont.c \
|
||
|
./lib/rgb_state_reader.c \
|
||
|
./lib/layer_state_reader.c \
|
||
|
./lib/logo_reader.c \
|
||
|
./lib/keylogger.c
|