Browse Source

Remove all `BACKLIGHT_LEVELS 0` (#18630)

pull/18621/merge
jack 1 year ago
committed by GitHub
parent
commit
de2c81d5b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 1 additions and 163 deletions
  1. +0
    -6
      keyboards/bpiphany/four_banger/config.h
  2. +0
    -6
      keyboards/contra/config.h
  3. +0
    -6
      keyboards/creatkeebs/glacier/config.h
  4. +0
    -7
      keyboards/creatkeebs/thera/config.h
  5. +0
    -6
      keyboards/fractal/config.h
  6. +0
    -6
      keyboards/gh80_3000/config.h
  7. +0
    -6
      keyboards/handwired/2x5keypad/config.h
  8. +0
    -6
      keyboards/handwired/cans12er/config.h
  9. +0
    -6
      keyboards/handwired/hexon38/config.h
  10. +0
    -5
      keyboards/handwired/jopr/config.h
  11. +0
    -3
      keyboards/handwired/retro_refit/config.h
  12. +0
    -6
      keyboards/handwired/space_oddity/config.h
  13. +0
    -3
      keyboards/idb/idb_60/config.h
  14. +0
    -1
      keyboards/illusion/rosa/config.h
  15. +0
    -6
      keyboards/keebzdotnet/fme/config.h
  16. +1
    -7
      keyboards/keyhive/southpole/config.h
  17. +0
    -4
      keyboards/kingly_keys/romac/config.h
  18. +0
    -3
      keyboards/kingly_keys/romac_plus/config.h
  19. +0
    -6
      keyboards/makrosu/config.h
  20. +0
    -5
      keyboards/omnikeyish/config.h
  21. +0
    -6
      keyboards/pkb65/config.h
  22. +0
    -3
      keyboards/rart/rart67/config.h
  23. +0
    -3
      keyboards/sixkeyboard/config.h
  24. +0
    -6
      keyboards/skergo/config.h
  25. +0
    -6
      keyboards/toad/config.h
  26. +0
    -5
      keyboards/viktus/omnikey_bh/config.h
  27. +0
    -6
      keyboards/wsk/houndstooth/config.h
  28. +0
    -6
      keyboards/wsk/jerkin/config.h
  29. +0
    -6
      keyboards/wsk/sl40/config.h
  30. +0
    -6
      keyboards/xmmx/config.h
  31. +0
    -6
      keyboards/zlant/config.h

+ 0
- 6
keyboards/bpiphany/four_banger/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/contra/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/creatkeebs/glacier/config.h View File

@ -29,12 +29,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 7
keyboards/creatkeebs/thera/config.h View File

@ -29,13 +29,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
#ifdef RGB_DI_PIN
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD


+ 0
- 6
keyboards/fractal/config.h View File

@ -14,12 +14,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/gh80_3000/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/handwired/2x5keypad/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/handwired/cans12er/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/handwired/hexon38/config.h View File

@ -15,12 +15,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 5
keyboards/handwired/jopr/config.h View File

@ -13,11 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 3
keyboards/handwired/retro_refit/config.h View File

@ -33,9 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST
/* number of backlight levels */
#define BACKLIGHT_LEVELS 0
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/handwired/space_oddity/config.h View File

@ -19,12 +19,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 3
keyboards/idb/idb_60/config.h View File

@ -45,9 +45,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 */
#define BACKLIGHT_LEVELS 0
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */


+ 0
- 1
keyboards/illusion/rosa/config.h View File

@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LED_CAPS_LOCK_PIN B3
#define LED_PIN_ON_STATE 0
#define BACKLIGHT_LEVELS 0
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/keebzdotnet/fme/config.h View File

@ -30,12 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 1
- 7
keyboards/keyhive/southpole/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
@ -34,4 +28,4 @@
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#endif
#endif

+ 0
- 4
keyboards/kingly_keys/romac/config.h View File

@ -13,10 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#define BACKLIGHT_LEVELS 0
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 3
keyboards/kingly_keys/romac_plus/config.h View File

@ -16,9 +16,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#define BACKLIGHT_LEVELS 0
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/makrosu/config.h View File

@ -34,12 +34,6 @@
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 5
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 0
- 5
keyboards/omnikeyish/config.h View File

@ -23,11 +23,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/pkb65/config.h View File

@ -34,12 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 3
keyboards/rart/rart67/config.h View File

@ -29,9 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#define BACKLIGHT_LEVELS 0
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 3
keyboards/sixkeyboard/config.h View File

@ -26,9 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST
/* number of backlight levels */
#define BACKLIGHT_LEVELS 0
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/skergo/config.h View File

@ -29,12 +29,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
// #ifdef BACKLIGHT_PIN
// #define BACKLIGHT_LEVELS 0
// #endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/toad/config.h View File

@ -17,12 +17,6 @@
#define LED_SCROLL_LOCK_PIN B5
#define LED_PIN_ON_STATE 0
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 5
keyboards/viktus/omnikey_bh/config.h View File

@ -13,11 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/wsk/houndstooth/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
//#ifdef BACKLIGHT_PIN
//#define BACKLIGHT_LEVELS 0
//#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/wsk/jerkin/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/wsk/sl40/config.h View File

@ -29,12 +29,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/xmmx/config.h View File

@ -17,12 +17,6 @@
#define LED_SCROLL_LOCK_PIN B5
#define LED_PIN_ON_STATE 0
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


+ 0
- 6
keyboards/zlant/config.h View File

@ -13,12 +13,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* number of backlight levels */
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 0
#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5


Loading…
Cancel
Save