Skip to content

Commit

Permalink
Remove all BACKLIGHT_LEVELS 0 (qmk#18630)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored and quinnyo committed Oct 21, 2022
1 parent 639e8d3 commit bb83129
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 163 deletions.
6 changes: 0 additions & 6 deletions keyboards/bpiphany/four_banger/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/contra/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/creatkeebs/glacier/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 0 additions & 7 deletions keyboards/creatkeebs/thera/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions keyboards/fractal/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/gh80_3000/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/handwired/2x5keypad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/handwired/cans12er/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/handwired/hexon38/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions keyboards/handwired/jopr/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions keyboards/handwired/retro_refit/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/handwired/space_oddity/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions keyboards/idb/idb_60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion keyboards/illusion/rosa/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions keyboards/keebzdotnet/fme/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 1 addition & 7 deletions keyboards/keyhive/southpole/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -34,4 +28,4 @@
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#endif
#endif
4 changes: 0 additions & 4 deletions keyboards/kingly_keys/romac/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions keyboards/kingly_keys/romac_plus/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/makrosu/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions keyboards/omnikeyish/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/pkb65/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions keyboards/rart/rart67/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions keyboards/sixkeyboard/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/skergo/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/toad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions keyboards/viktus/omnikey_bh/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/wsk/houndstooth/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/wsk/jerkin/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/wsk/sl40/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/xmmx/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions keyboards/zlant/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bb83129

Please sign in to comment.