2020-02-01 06:38:05 +00:00
|
|
|
OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays
|
|
|
|
ENCODER_ENABLE = yes # Enables the use of one or more encoders
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2020-02-04 01:50:50 +00:00
|
|
|
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
|
|
|
|
2020-03-13 23:56:21 +00:00
|
|
|
SRC += oled.c
|