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/hineybush | |
parent | f1b5659ba8227624a3f31fc551212cb64d8c763f (diff) |
Remove commented out backlight config & stray "backlight levels" (#19703)
Diffstat (limited to 'keyboards/hineybush')
-rw-r--r-- | keyboards/hineybush/h08_ocelot/config.h | 4 | ||||
-rw-r--r-- | keyboards/hineybush/h87a/config.h | 3 | ||||
-rw-r--r-- | keyboards/hineybush/h88/config.h | 3 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/config.h | 2 | ||||
-rw-r--r-- | keyboards/hineybush/hineyg80/config.h | 2 |
5 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/hineybush/h08_ocelot/config.h b/keyboards/hineybush/h08_ocelot/config.h index 2499e4ba50..6c66d8e6a4 100644 --- a/keyboards/hineybush/h08_ocelot/config.h +++ b/keyboards/hineybush/h08_ocelot/config.h @@ -50,10 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#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 F1 #ifdef RGB_DI_PIN # define RGBLED_NUM 7 diff --git a/keyboards/hineybush/h87a/config.h b/keyboards/hineybush/h87a/config.h index 6a7920f7d3..79385fad6c 100644 --- a/keyboards/hineybush/h87a/config.h +++ b/keyboards/hineybush/h87a/config.h @@ -40,7 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN B7 -// #define BACKLIGHT_BREATHING #define BACKLIGHT_LEVELS 3 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ @@ -49,8 +48,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/hineybush/h88/config.h b/keyboards/hineybush/h88/config.h index 241df48ecf..aeb0dc002d 100644 --- a/keyboards/hineybush/h88/config.h +++ b/keyboards/hineybush/h88/config.h @@ -40,7 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN B7 -// #define BACKLIGHT_BREATHING #define BACKLIGHT_LEVELS 3 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ @@ -49,8 +48,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/hineybush/hbcp/config.h b/keyboards/hineybush/hbcp/config.h index 8ed0f61528..affc586638 100644 --- a/keyboards/hineybush/hbcp/config.h +++ b/keyboards/hineybush/hbcp/config.h @@ -70,8 +70,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/hineybush/hineyg80/config.h b/keyboards/hineybush/hineyg80/config.h index 3d9b59bc55..a94abc5a30 100644 --- a/keyboards/hineybush/hineyg80/config.h +++ b/keyboards/hineybush/hineyg80/config.h @@ -18,8 +18,6 @@ #define LED_CAPS_LOCK_PIN B6 #define LED_SCROLL_LOCK_PIN B5 -/* number of backlight levels */ - #ifdef BACKLIGHT_PIN #define BACKLIGHT_LEVELS 3 #endif |