mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 12:22:57 +00:00
be1dcb9185
* Fix CI.
10 lines
263 B
Makefile
10 lines
263 B
Makefile
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
OLED_ENABLE = yes
|
|
OLED_DRIVER = SSD1306
|
|
LTO_ENABLE = yes
|
|
|
|
# If you want to change the display of OLED, you need to change here
|
|
SRC += ./common/oled_helper.c \
|