12 lines
266 B
Makefile
12 lines
266 B
Makefile
|
# Enabled features
|
||
|
LEADER_ENABLE = yes
|
||
|
RGBLIGHT_ENABLE = yes
|
||
|
OLED_ENABLE = yes
|
||
|
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
|
||
|
|
||
|
WPM_ENABLE = yes
|
||
|
|
||
|
|
||
|
# Disabled features
|
||
|
ENCODER_ENABLE = no # Enables the use of one or more encoders
|
||
|
MOUSEKEY_ENABLE = no
|