9 lines
347 B
Makefile
9 lines
347 B
Makefile
OLED_ENABLE = yes
|
|
ENCODER_ENABLE = yes # Enables the use of one or more encoders
|
|
RGB_MATRIX_ENABLE = no # Disable keyboard RGB matrix, as it is enabled by default on rev3
|
|
RGBLIGHT_ENABLE = no # Disable keyboard RGB underglow
|
|
MOUSEKEY_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
UNICODE_ENABLE = yes
|
|
AUTO_SHIFT_ENABLE = yes
|
|
COMBO_ENABLE = yes
|