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/stello65 | |
parent | f1b5659ba8227624a3f31fc551212cb64d8c763f (diff) |
Remove commented out backlight config & stray "backlight levels" (#19703)
Diffstat (limited to 'keyboards/stello65')
-rw-r--r-- | keyboards/stello65/beta/config.h | 4 | ||||
-rw-r--r-- | keyboards/stello65/hs_rev1/config.h | 4 | ||||
-rw-r--r-- | keyboards/stello65/sl_rev1/config.h | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/stello65/beta/config.h b/keyboards/stello65/beta/config.h index 28b8bd1ed6..4f2d92011b 100644 --- a/keyboards/stello65/beta/config.h +++ b/keyboards/stello65/beta/config.h @@ -48,10 +48,6 @@ //#define LED_COMPOSE_PIN B3 //#define LED_KANA_PIN B4 -//#define BACKLIGHT_PIN B7 -//#define BACKLIGHT_LEVELS 3 -//#define BACKLIGHT_BREATHING - //#define RGB_DI_PIN E2 //#ifdef RGB_DI_PIN //# define RGBLED_NUM 16 diff --git a/keyboards/stello65/hs_rev1/config.h b/keyboards/stello65/hs_rev1/config.h index 3da4275402..2d00d96a12 100644 --- a/keyboards/stello65/hs_rev1/config.h +++ b/keyboards/stello65/hs_rev1/config.h @@ -36,10 +36,6 @@ //#define LED_COMPOSE_PIN B3 //#define LED_KANA_PIN B4 -//#define BACKLIGHT_PIN B7 -//#define BACKLIGHT_LEVELS 3 -//#define BACKLIGHT_BREATHING - #define RGB_DI_PIN D0 #ifdef RGB_DI_PIN # define RGBLED_NUM 4 diff --git a/keyboards/stello65/sl_rev1/config.h b/keyboards/stello65/sl_rev1/config.h index f7096308a6..eed57a3590 100644 --- a/keyboards/stello65/sl_rev1/config.h +++ b/keyboards/stello65/sl_rev1/config.h @@ -36,10 +36,6 @@ //#define LED_COMPOSE_PIN B3 //#define LED_KANA_PIN B4 -//#define BACKLIGHT_PIN B7 -//#define BACKLIGHT_LEVELS 3 -//#define BACKLIGHT_BREATHING - #define RGB_DI_PIN B7 #ifdef RGB_DI_PIN # define RGBLED_NUM 4 |