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/monstargear/xo87 | |
parent | 499fc3b85e99de725535eb73f653d77a71339e3f (diff) |
Remove default and unused `BACKLIGHT_LEVELS` (#19898)
Diffstat (limited to 'keyboards/monstargear/xo87')
-rw-r--r-- | keyboards/monstargear/xo87/rgb/config.h | 2 | ||||
-rw-r--r-- | keyboards/monstargear/xo87/solderable/config.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/monstargear/xo87/rgb/config.h b/keyboards/monstargear/xo87/rgb/config.h index fa9965d15d..d03610af38 100644 --- a/keyboards/monstargear/xo87/rgb/config.h +++ b/keyboards/monstargear/xo87/rgb/config.h @@ -16,8 +16,6 @@ #pragma once - -#define BACKLIGHT_PIN F5 #define MATRIX_ROW_PINS { E6,E7, E3, B0, B1 ,A2} #define MATRIX_COL_PINS { C5,C3,C1,E1,D6,D2,B7,B3,F6,F7,F3,A5,A1,E2,C7,A6 } #define DIODE_DIRECTION ROW2COL diff --git a/keyboards/monstargear/xo87/solderable/config.h b/keyboards/monstargear/xo87/solderable/config.h index e8bead7181..a4cf5c8038 100644 --- a/keyboards/monstargear/xo87/solderable/config.h +++ b/keyboards/monstargear/xo87/solderable/config.h @@ -47,5 +47,3 @@ #define LOCKING_SUPPORT_ENABLE #define LOCKING_RESYNC_ENABLE - -#define BACKLIGHT_LEVELS 3 |