Move backlight config to data driven, part 1 (#19887)
This commit is contained in:
@@ -34,7 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define BACKLIGHT_PIN C6
|
||||
#define BACKLIGHT_LEVELS 5
|
||||
#define BACKLIGHT_BREATHING //not working with splits right now
|
||||
#define BREATHING_PERIOD 6
|
||||
#endif
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
|
@@ -81,7 +81,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
#define BACKLIGHT_PIN B6
|
||||
#define BACKLIGHT_LEVELS 5
|
||||
#define BREATHING_PERIOD 6
|
||||
#endif
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
|
@@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
#define BACKLIGHT_PIN C6
|
||||
#define BACKLIGHT_LEVELS 5
|
||||
#define BREATHING_PERIOD 6
|
||||
#endif
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
|
Reference in New Issue
Block a user