Remove default and unused BACKLIGHT_LEVELS (#19898)

This commit is contained in:
Ryan
2023-02-22 12:12:42 +11:00
committed by GitHub
parent 499fc3b85e
commit 26854f5940
261 changed files with 4 additions and 462 deletions

View File

@@ -11,10 +11,6 @@ SPDX-License-Identifier: GPL-2.0-or-later */
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 3
#endif
/* encoder definitions */
#ifdef ENCODER_ENABLE
#define ENCODERS_PAD_A { B2 }