diff options
Diffstat (limited to 'keyboards/mt')
-rw-r--r-- | keyboards/mt/mt40/config.h | 2 | ||||
-rw-r--r-- | keyboards/mt/mt980/config.h | 3 |
2 files changed, 0 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>. #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 |