Daniel Schaefer 5572c4e6ae lotus: Enable RGB and backlight for each variant
Configure as they should be.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-28 16:36:17 +08:00

18 lines
417 B
Makefile

VIA_ENABLE = yes
# Enabled in info.json
# EXTRAKEY_ENABLE = yes # Audio control and System control
SERIAL_DRIVER = vendor
# Keep it enabled for all, at the moment. Because The rpi-pico has an LED that I can use for debugging
BACKLIGHT_ENABLE = yes
BACKLIGHT_DRIVER = pwm
# Custom matrix scanning code via ADC
CUSTOM_MATRIX = lite
SRC += matrix.c
# Debugging (enabled in info.json)
#CONSOLE_ENABLE = yes