Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debounce defines cleanup #19742

Merged
merged 30 commits into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f02f5de
Clean up `DEBOUNCE` in config.h, 0-9
fauxpark Feb 3, 2023
c4b1316
Clean up `DEBOUNCE` in config.h, A
fauxpark Feb 3, 2023
921295d
Clean up `DEBOUNCE` in config.h, B
fauxpark Feb 3, 2023
1373563
Clean up `DEBOUNCE` in config.h, C
fauxpark Feb 3, 2023
cd258e8
Clean up `DEBOUNCE` in config.h, D
fauxpark Feb 3, 2023
33ab707
Clean up `DEBOUNCE` in config.h, E
fauxpark Feb 3, 2023
3c0568c
Clean up `DEBOUNCE` in config.h, F
fauxpark Feb 3, 2023
e97a283
Clean up `DEBOUNCE` in config.h, G
fauxpark Feb 3, 2023
235bd18
Clean up `DEBOUNCE` in config.h, H
fauxpark Feb 3, 2023
645ecfb
Clean up `DEBOUNCE` in config.h, handwired
fauxpark Feb 3, 2023
dd1747d
Clean up `DEBOUNCE` in config.h, I
fauxpark Feb 3, 2023
208028a
Clean up `DEBOUNCE` in config.h, J
fauxpark Feb 3, 2023
6f53205
Clean up `DEBOUNCE` in config.h, K
fauxpark Feb 3, 2023
96d0c39
Clean up `DEBOUNCE` in config.h, L
fauxpark Feb 3, 2023
328a22b
Clean up `DEBOUNCE` in config.h, M
fauxpark Feb 3, 2023
685d0b2
Clean up `DEBOUNCE` in config.h, N
fauxpark Feb 3, 2023
9539df5
Clean up `DEBOUNCE` in config.h, O
fauxpark Feb 3, 2023
2ea6cee
Clean up `DEBOUNCE` in config.h, P
fauxpark Feb 3, 2023
83a43ed
Clean up `DEBOUNCE` in config.h, Q
fauxpark Feb 3, 2023
359df86
Clean up `DEBOUNCE` in config.h, R
fauxpark Feb 3, 2023
ce2a1a7
Clean up `DEBOUNCE` in config.h, S
fauxpark Feb 3, 2023
f3cbec6
Clean up `DEBOUNCE` in config.h, T
fauxpark Feb 3, 2023
8adaf15
Clean up `DEBOUNCE` in config.h, U
fauxpark Feb 3, 2023
623dc32
Clean up `DEBOUNCE` in config.h, V
fauxpark Feb 3, 2023
993ab3f
Clean up `DEBOUNCE` in config.h, W
fauxpark Feb 3, 2023
80e1b35
Clean up `DEBOUNCE` in config.h, X
fauxpark Feb 3, 2023
a7d910e
Clean up `DEBOUNCE` in config.h, Y
fauxpark Feb 3, 2023
dde3b0d
Clean up `DEBOUNCE` in config.h, Z
fauxpark Feb 3, 2023
ffaa0b6
Remove default debounce from info.json
fauxpark Feb 3, 2023
bd1f98e
Migrate non-default debounce to info.json
fauxpark Feb 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up DEBOUNCE in config.h, J
  • Loading branch information
fauxpark committed Feb 3, 2023
commit 208028aebf31adb9f9a9ad15ca1e1fd873c09c73
1 change: 0 additions & 1 deletion keyboards/j80/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS { A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, A0 }

#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5

#define LED_NUM_LOCK_PIN D0
#define LED_CAPS_LOCK_PIN D1
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jacky_studio/s7_elephant/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
#define RGBLIGHT_SLEEP
#endif

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE

Expand Down
3 changes: 0 additions & 3 deletions keyboards/jacky_studio/s7_elephant/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
#endif // RGB_DI_PIN

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE

Expand Down
1 change: 0 additions & 1 deletion keyboards/jadookb/jkb65/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,5 @@
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH

#define DEBOUNCE 5
#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE
3 changes: 0 additions & 3 deletions keyboards/jae/j01/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BACKLIGHT_BREATHING
#define BACKLIGHT_LEVELS 4

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jagdpietr/drakon/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* 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/jc65/v32u4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif

#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
3 changes: 0 additions & 3 deletions keyboards/jd40/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

#define BACKLIGHT_LEVELS 3

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jd45/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 BACKLIGHT_LEVELS 3

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jels/jels60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jels/jels88/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jian/handwired/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// wiring of each half
#define MATRIX_ROW_PINS { D3, D2, B5, B6 }
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B4, E6, D7, C6, D4, D0, D1 }

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
3 changes: 0 additions & 3 deletions keyboards/jian/nsrev2/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/>.
#define MATRIX_ROW_PINS { F4, F5, B1, B3, D1, D0, D7, E6 }
#define MATRIX_COL_PINS { D3, D2, B4, F6, F7, B2 }

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

#define QMK_ESC_OUTPUT D3
#define QMK_ESC_INPUT B1

Expand Down
3 changes: 0 additions & 3 deletions keyboards/jian/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define UPDATE_SCROLL_LOCK_LED() writePin(SCROLL_LOCK_LED_PIN, !led_state.scroll_lock)
#endif // SCROLL_NMOSFET

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

#ifdef BACKLIGHT_ENABLE
#define BACKLIGHT_PIN B6
#define BACKLIGHT_LEVELS 5
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jian/rev2/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 EE_HANDS
#define SPLIT_HAND_PIN E6

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

#define QMK_ESC_OUTPUT D3
#define QMK_ESC_INPUT B1

Expand Down
3 changes: 0 additions & 3 deletions keyboards/jiran/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D1
#define MASTER_LEFT
2 changes: 0 additions & 2 deletions keyboards/jkdlab/binary_monkey/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

#define DIODE_DIRECTION COL2ROW

#define DEBOUNCE 5

#define USB_MAX_POWER_CONSUMPTION 100

/* Bootmagic Lite key configuration */
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jm60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
//#endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
5 changes: 0 additions & 5 deletions keyboards/jolofsor/denial75/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
#define LED_CAPS_LOCK_PIN B6
#define LED_PIN_ON_STATE 0



/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE

Expand Down
3 changes: 0 additions & 3 deletions keyboards/jones/v03/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
#endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
// #define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jones/v03_1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
#endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
// #define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jones/v1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF // Overriding RGB Lighting on/off status
#endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* Bootmagic Lite trigger key. Left-Top of the layout. */
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 9
Expand Down
3 changes: 0 additions & 3 deletions keyboards/jorne/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
*/
Expand Down