lotus: Enable backlight breathing

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-02-06 18:00:34 +08:00
parent b3f786711d
commit c356520014

View File

@ -35,6 +35,7 @@
// On the Raspberry Pi Pico this is the green LED on the board, good for prototyping
#define BACKLIGHT_PWM_DRIVER PWMD4
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B
#define BACKLIGHT_BREATHING
// I2C for the RBG controller
#define I2C_DRIVER I2CD1