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/mt/mt40/config.h | 2 -- keyboards/mt/mt980/config.h | 3 --- 2 files changed, 5 deletions(-) (limited to 'keyboards/mt') diff --git a/keyboards/mt/mt40/config.h b/keyboards/mt/mt40/config.h index d6a2f5fdfa..61947facbc 100644 --- a/keyboards/mt/mt40/config.h +++ b/keyboards/mt/mt40/config.h @@ -54,8 +54,6 @@ along with this program. If not, see . #define BACKLIGHT_PIN D2 -#define BACKLIGHT_LEVELS 3 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ /* #define LOCKING_SUPPORT_ENABLE */ /* Locking resynchronize hack */ diff --git a/keyboards/mt/mt980/config.h b/keyboards/mt/mt980/config.h index d997f61c74..01187d43a0 100644 --- a/keyboards/mt/mt980/config.h +++ b/keyboards/mt/mt980/config.h @@ -9,9 +9,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 -- cgit v1.2.3