mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 08:55:10 +00:00
12 lines
208 B
Makefile
12 lines
208 B
Makefile
# Enabled features
|
|
LEADER_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
OLED_ENABLE = yes
|
|
|
|
WPM_ENABLE = yes
|
|
|
|
|
|
# Disabled features
|
|
ENCODER_ENABLE = no # Enables the use of one or more encoders
|
|
MOUSEKEY_ENABLE = no
|