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/idobao | |
parent | 499fc3b85e99de725535eb73f653d77a71339e3f (diff) |
Remove default and unused `BACKLIGHT_LEVELS` (#19898)
Diffstat (limited to 'keyboards/idobao')
-rw-r--r-- | keyboards/idobao/id75/v1/config.h | 1 | ||||
-rw-r--r-- | keyboards/idobao/id80/v2/config.h | 1 | ||||
-rw-r--r-- | keyboards/idobao/id87/v1/config.h | 3 | ||||
-rw-r--r-- | keyboards/idobao/montex/v1/config.h | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/idobao/id75/v1/config.h b/keyboards/idobao/id75/v1/config.h index 3aa9ff81a9..8185c4f3ff 100644 --- a/keyboards/idobao/id75/v1/config.h +++ b/keyboards/idobao/id75/v1/config.h @@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_PIN B7 #define BACKLIGHT_BREATHING -#define BACKLIGHT_LEVELS 3 #define RGB_DI_PIN F0 #ifdef RGB_DI_PIN diff --git a/keyboards/idobao/id80/v2/config.h b/keyboards/idobao/id80/v2/config.h index 86d01671c7..960dcbc9be 100644 --- a/keyboards/idobao/id80/v2/config.h +++ b/keyboards/idobao/id80/v2/config.h @@ -51,7 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef BACKLIGHT_ENABLE #define BACKLIGHT_PIN B6 #define BACKLIGHT_BREATHING - #define BACKLIGHT_LEVELS 3 #endif #define RGB_DI_PIN E2 diff --git a/keyboards/idobao/id87/v1/config.h b/keyboards/idobao/id87/v1/config.h index 021b2fc010..2d3348e4e7 100644 --- a/keyboards/idobao/id87/v1/config.h +++ b/keyboards/idobao/id87/v1/config.h @@ -34,9 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION ROW2COL #define BACKLIGHT_PIN B6 -#ifdef BACKLIGHT_PIN -#define BACKLIGHT_LEVELS 3 -#endif #define RGB_DI_PIN E2 #ifdef RGB_DI_PIN diff --git a/keyboards/idobao/montex/v1/config.h b/keyboards/idobao/montex/v1/config.h index 5ae452a001..314d812937 100644 --- a/keyboards/idobao/montex/v1/config.h +++ b/keyboards/idobao/montex/v1/config.h @@ -25,9 +25,6 @@ #define DIODE_DIRECTION ROW2COL #define BACKLIGHT_PIN B6 -#ifdef BACKLIGHT_PIN -#define BACKLIGHT_LEVELS 3 -#endif /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |