lotus: Enable RGB and backlight for each variant

Configure as they should be.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2022-12-28 16:36:17 +08:00
parent de3f8c2297
commit 5572c4e6ae
6 changed files with 11 additions and 4 deletions

View File

@ -0,0 +1,2 @@
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3743A

View File

@ -0,0 +1,2 @@
BACKLIGHT_ENABLE = yes
BACKLIGHT_DRIVER = pwm

View File

@ -0,0 +1,2 @@
BACKLIGHT_ENABLE = yes
BACKLIGHT_DRIVER = pwm

View File

@ -0,0 +1,2 @@
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3743A

View File

@ -0,0 +1,2 @@
BACKLIGHT_ENABLE = yes
BACKLIGHT_DRIVER = pwm

View File

@ -5,13 +5,10 @@ VIA_ENABLE = yes
SERIAL_DRIVER = vendor SERIAL_DRIVER = vendor
# Backlight for one variant # 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_ENABLE = yes
BACKLIGHT_DRIVER = pwm BACKLIGHT_DRIVER = pwm
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3743A
# Custom matrix scanning code via ADC # Custom matrix scanning code via ADC
CUSTOM_MATRIX = lite CUSTOM_MATRIX = lite
SRC += matrix.c SRC += matrix.c