2020-02-01 07:38:05 +01: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 02:50:50 +01:00
|
|
|
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
|
|
|
|
2020-03-14 00:56:21 +01:00
|
|
|
SRC += oled.c
|