diff options
author | Ryan <fauxpark@gmail.com> | 2023-01-29 02:42:44 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-28 15:42:44 +0000 |
commit | b7274343913eb3e019f0dc08fa8f7774165e787d (patch) | |
tree | 9f10c4e7bce4184016ac2add70f570886d22e9a0 /keyboards/idobao | |
parent | f1b5659ba8227624a3f31fc551212cb64d8c763f (diff) |
Remove commented out backlight config & stray "backlight levels" (#19703)
Diffstat (limited to 'keyboards/idobao')
-rw-r--r-- | keyboards/idobao/id75/v1/config.h | 2 | ||||
-rw-r--r-- | keyboards/idobao/id75/v2/config.h | 2 | ||||
-rw-r--r-- | keyboards/idobao/id96/config.h | 1 | ||||
-rw-r--r-- | keyboards/idobao/montex/v1/config.h | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/idobao/id75/v1/config.h b/keyboards/idobao/id75/v1/config.h index 82e7d705ee..5672cff6a3 100644 --- a/keyboards/idobao/id75/v1/config.h +++ b/keyboards/idobao/id75/v1/config.h @@ -68,8 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* define if matrix has ghost (lacks anti-ghosting diodes) */ //#define MATRIX_HAS_GHOST -/* number of backlight levels */ - /* 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/idobao/id75/v2/config.h b/keyboards/idobao/id75/v2/config.h index 62c25486c5..bef76c12c2 100644 --- a/keyboards/idobao/id75/v2/config.h +++ b/keyboards/idobao/id75/v2/config.h @@ -88,8 +88,6 @@ /* define if matrix has ghost (lacks anti-ghosting diodes) */ //#define MATRIX_HAS_GHOST -/* number of backlight levels */ - /* 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/idobao/id96/config.h b/keyboards/idobao/id96/config.h index 444464019b..b554a4dae8 100644 --- a/keyboards/idobao/id96/config.h +++ b/keyboards/idobao/id96/config.h @@ -35,7 +35,6 @@ #define LED_CAPS_LOCK_PIN C7 #define LED_PIN_ON_STATE 0 -/* number of backlight levels */ #define BACKLIGHT_PIN B6 #ifdef BACKLIGHT_PIN #define BACKLIGHT_LEVELS 7 diff --git a/keyboards/idobao/montex/v1/config.h b/keyboards/idobao/montex/v1/config.h index 3d1a614e8a..6a5ba9c916 100644 --- a/keyboards/idobao/montex/v1/config.h +++ b/keyboards/idobao/montex/v1/config.h @@ -29,7 +29,6 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION ROW2COL -/* number of backlight levels */ #define BACKLIGHT_PIN B6 #ifdef BACKLIGHT_PIN #define BACKLIGHT_LEVELS 3 |