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/40percentclub/gherkin/config.h | 3 --- keyboards/40percentclub/mf68/config.h | 1 - keyboards/40percentclub/nori/config.h | 1 - 3 files changed, 5 deletions(-) (limited to 'keyboards/40percentclub') diff --git a/keyboards/40percentclub/gherkin/config.h b/keyboards/40percentclub/gherkin/config.h index 21967c7070..18724c8966 100644 --- a/keyboards/40percentclub/gherkin/config.h +++ b/keyboards/40percentclub/gherkin/config.h @@ -9,9 +9,6 @@ #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN B5 -#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 diff --git a/keyboards/40percentclub/mf68/config.h b/keyboards/40percentclub/mf68/config.h index 5409d025e9..0daccc09ab 100644 --- a/keyboards/40percentclub/mf68/config.h +++ b/keyboards/40percentclub/mf68/config.h @@ -36,7 +36,6 @@ along with this program. If not, see . #define BACKLIGHT_PIN B5 #define BACKLIGHT_BREATHING -#define BACKLIGHT_LEVELS 3 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE diff --git a/keyboards/40percentclub/nori/config.h b/keyboards/40percentclub/nori/config.h index f741ab7e94..490dcf629a 100644 --- a/keyboards/40percentclub/nori/config.h +++ b/keyboards/40percentclub/nori/config.h @@ -34,7 +34,6 @@ #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN B5 -#define BACKLIGHT_LEVELS 3 // enable RGB underglow #define RGB_DI_PIN B4 -- cgit v1.2.3