blob: fbccedd565d635a4a43d6868059f806dd9f27c9d (
plain)
1
2
3
4
5
|
OLED_ENABLE = no # Enables the use of OLED displays
ENCODER_ENABLE = yes # ENables the use of one or more encoders
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
SRC += encoders.c
|