blob: 78f0ac93f1a526da428477964ef8f4d11600df9c (
plain)
1
2
3
4
5
|
OLED_DRIVER_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
|