blob: 1931861cafadf98e7b891f840165af463252c610 (
plain)
1
2
3
4
5
6
7
|
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
ENCODER_ENABLE = yes # Enables the use of one or more encoders
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
LTO_ENABLE = yes
SRC += oled.c
|