Remove commented out backlight config & stray "backlight levels" (#19703)

This commit is contained in:
Ryan
2023-01-29 02:42:44 +11:00
committed by GitHub
parent f1b5659ba8
commit b727434391
623 changed files with 1 additions and 2075 deletions

View File

@@ -19,7 +19,6 @@
#define LED_CAPS_LOCK_PIN B2
#define LED_PIN_ON_STATE 0
/* number of backlight levels */
#define BACKLIGHT_PIN B6
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 5

View File

@@ -15,7 +15,6 @@
#define RGBLIGHT_SLEEP
#endif
/* number of backlight levels */
#ifdef BACKLIGHT_LEVELS
#undef BACKLIGHT_LEVELS
#endif