mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
9 lines
221 B
Makefile
9 lines
221 B
Makefile
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
SPLIT_KEYBOARD = yes
|
|
RGB_MATRIX_ENABLE = no
|
|
ENCODER_ENABLE = no
|
|
LTO_ENABLE = yes
|
|
|
|
SRC += oled_display.c
|