10 lines
243 B
Makefile
10 lines
243 B
Makefile
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||
|
SPLIT_KEYBOARD = yes
|
||
|
RGB_MATRIX_ENABLE = no
|
||
|
OLED_DRIVER = SSD1306
|
||
|
ENCODER_ENABLE = no
|
||
|
LTO_ENABLE = yes
|
||
|
|
||
|
SRC += oled_display.c
|