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
|