mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
9 lines
241 B
Makefile
9 lines
241 B
Makefile
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
OLED_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
|
|
# If you want to change the display of OLED, you need to change here
|
|
SRC += ./common/oled_helper.c \
|