diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-22 12:12:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 01:12:42 +0000 |
commit | 26854f59402f3f4b7ca5cfe0f3dd665a680715f5 (patch) | |
tree | 489ba3925d5138b2b424c2a40347027901f21153 /keyboards/percent | |
parent | 499fc3b85e99de725535eb73f653d77a71339e3f (diff) |
Remove default and unused `BACKLIGHT_LEVELS` (#19898)
Diffstat (limited to 'keyboards/percent')
-rw-r--r-- | keyboards/percent/booster/config.h | 1 | ||||
-rw-r--r-- | keyboards/percent/canoe/config.h | 1 | ||||
-rw-r--r-- | keyboards/percent/skog_lite/config.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/percent/booster/config.h b/keyboards/percent/booster/config.h index a588e59774..6fe2567688 100644 --- a/keyboards/percent/booster/config.h +++ b/keyboards/percent/booster/config.h @@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { C7, D4, D2, D0 } #define BACKLIGHT_PIN B7 -#define BACKLIGHT_LEVELS 3 #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/percent/canoe/config.h b/keyboards/percent/canoe/config.h index 5532444c68..ff08476a5c 100644 --- a/keyboards/percent/canoe/config.h +++ b/keyboards/percent/canoe/config.h @@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN D4 -#define BACKLIGHT_LEVELS 3 #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD diff --git a/keyboards/percent/skog_lite/config.h b/keyboards/percent/skog_lite/config.h index 634cd34b86..94dbb85d04 100644 --- a/keyboards/percent/skog_lite/config.h +++ b/keyboards/percent/skog_lite/config.h @@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN D4 -#define BACKLIGHT_LEVELS 3 #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD |