forked from mirrors/qmk_firmware
fc7a41fdce
Add rgb-light and encoder for lily58 mod * add support for lily58 encoders (one per size) and rgb-light. The pcb and details here https://github.com/orvisevans/Lily58-Glow-Enc * add support for lily58 encoders (one per size) and rgb-light. The pcb and details here https://github.com/orvisevans/Lily58-Glow-Enc * Update keyboards/lily58/glowEnc/config.h * add GPL License to growEnc.h * rename folder according to requirement to lower case
8 lines
No EOL
456 B
Makefile
8 lines
No EOL
456 B
Makefile
ENCODER_ENABLE = yes # ENables the use of one or more encoders
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB light
|
|
LTO_ENABLE = yes # significantly reduce the compiled size, but disable the legacy TMK Macros and Functions features
|
|
BOOTMAGIC_ENABLE = no
|
|
RGB_MATRIX_ENABLE = no # Per key rgb leds
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|