1
0
Fork 0

Debounce defines cleanup (#19742)

* Clean up `DEBOUNCE` in config.h, 0-9

* Clean up `DEBOUNCE` in config.h, A

* Clean up `DEBOUNCE` in config.h, B

* Clean up `DEBOUNCE` in config.h, C

* Clean up `DEBOUNCE` in config.h, D

* Clean up `DEBOUNCE` in config.h, E

* Clean up `DEBOUNCE` in config.h, F

* Clean up `DEBOUNCE` in config.h, G

* Clean up `DEBOUNCE` in config.h, H

* Clean up `DEBOUNCE` in config.h, handwired

* Clean up `DEBOUNCE` in config.h, I

* Clean up `DEBOUNCE` in config.h, J

* Clean up `DEBOUNCE` in config.h, K

* Clean up `DEBOUNCE` in config.h, L

* Clean up `DEBOUNCE` in config.h, M

* Clean up `DEBOUNCE` in config.h, N

* Clean up `DEBOUNCE` in config.h, O

* Clean up `DEBOUNCE` in config.h, P

* Clean up `DEBOUNCE` in config.h, Q

* Clean up `DEBOUNCE` in config.h, R

* Clean up `DEBOUNCE` in config.h, S

* Clean up `DEBOUNCE` in config.h, T

* Clean up `DEBOUNCE` in config.h, U

* Clean up `DEBOUNCE` in config.h, V

* Clean up `DEBOUNCE` in config.h, W

* Clean up `DEBOUNCE` in config.h, X

* Clean up `DEBOUNCE` in config.h, Y

* Clean up `DEBOUNCE` in config.h, Z

* Remove default debounce from info.json

* Migrate non-default debounce to info.json
This commit is contained in:
Ryan 2023-02-04 06:19:58 +11:00 committed by GitHub
parent fb6c9eaed4
commit ebb512db82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2212 changed files with 130 additions and 6083 deletions

View file

@ -21,9 +21,6 @@
#define MATRIX_ROWS 6
#define MATRIX_COLS 16
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0x0080",
"device_version": "0.0.1"
},
"debounce": 3,
"community_layouts": ["tkl_ansi"],
"layouts": {
"LAYOUT_tkl_ansi": {

View file

@ -21,9 +21,6 @@
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0xED61",
"device_version": "0.0.1"
},
"debounce": 3,
"community_layouts": ["60_ansi"],
"layouts": {
"LAYOUT_60_ansi": {

View file

@ -21,9 +21,6 @@
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0x6063",
"device_version": "0.0.1"
},
"debounce": 3,
"community_layouts": ["60_ansi_arrow"],
"layouts": {
"LAYOUT_60_ansi_arrow": {

View file

@ -21,9 +21,6 @@
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0x6064",
"device_version": "0.0.1"
},
"debounce": 3,
"community_layouts": ["64_ansi"],
"layouts": {
"LAYOUT_64_ansi": {

View file

@ -21,9 +21,6 @@
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0x0065",
"device_version": "0.0.1"
},
"debounce": 3,
"community_layouts": ["65_ansi"],
"layouts": {
"LAYOUT_65_ansi": {

View file

@ -16,12 +16,6 @@
#pragma once
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */

View file

@ -8,6 +8,7 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
"debounce": 3,
"layout_aliases": {
"LAYOUT_60_ansi_7u_spc": "LAYOUT_60_ansi_tsangan",
"LAYOUT_60_iso_7u_spc_split_bs_rshift": "LAYOUT_60_iso_tsangan_split_bs_rshift",

View file

@ -21,9 +21,6 @@
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0x0068",
"device_version": "0.0.1"
},
"debounce": 3,
"community_layouts": ["68_ansi"],
"layouts": {
"LAYOUT_68_ansi": {

View file

@ -21,9 +21,6 @@
#define MATRIX_ROWS 6
#define MATRIX_COLS 16
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0x7075",
"device_version": "0.0.1"
},
"debounce": 3,
"community_layouts": ["75_ansi"],
"layouts": {
"LAYOUT_75_ansi": {

View file

@ -21,9 +21,6 @@
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0x0081",
"device_version": "0.0.1"
},
"debounce": 3,
"layout_aliases": {
"LAYOUT_tegic_ansi": "LAYOUT"
},

View file

@ -20,9 +20,6 @@
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_LED_PROCESS_LIMIT 4

View file

@ -8,6 +8,7 @@
"pid": "0x6570",
"device_version": "0.0.1"
},
"debounce": 3,
"community_layouts": ["65_ansi_blocker"],
"layouts": {
"LAYOUT_65_ansi_blocker": {