From 26854f59402f3f4b7ca5cfe0f3dd665a680715f5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 22 Feb 2023 12:12:42 +1100 Subject: Remove default and unused `BACKLIGHT_LEVELS` (#19898) --- keyboards/percent/booster/config.h | 1 - keyboards/percent/canoe/config.h | 1 - keyboards/percent/skog_lite/config.h | 1 - 3 files changed, 3 deletions(-) (limited to 'keyboards/percent') 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 . #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 . #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 . #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN D4 -#define BACKLIGHT_LEVELS 3 #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD -- cgit v1.2.3