diff options
| -rw-r--r-- | quantum/template/avr/config.h | 2 | ||||
| -rw-r--r-- | quantum/template/ps2avrgb/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index 48d7afb14..c13784ba1 100644 --- a/quantum/template/avr/config.h +++ b/quantum/template/avr/config.h | |||
| @@ -86,7 +86,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 86 | // #endif | 86 | // #endif |
| 87 | 87 | ||
| 88 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 88 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 89 | #define DEBOUNCING_DELAY 5 | 89 | #define DEBOUNCE 5 |
| 90 | 90 | ||
| 91 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ | 91 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ |
| 92 | //#define MATRIX_HAS_GHOST | 92 | //#define MATRIX_HAS_GHOST |
diff --git a/quantum/template/ps2avrgb/config.h b/quantum/template/ps2avrgb/config.h index 8d9a993cf..d954fec96 100644 --- a/quantum/template/ps2avrgb/config.h +++ b/quantum/template/ps2avrgb/config.h | |||
| @@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | #define UNUSED_PINS {} | 37 | #define UNUSED_PINS {} |
| 38 | 38 | ||
| 39 | #define DIODE_DIRECTION COL2ROW | 39 | #define DIODE_DIRECTION COL2ROW |
| 40 | #define DEBOUNCING_DELAY 5 | 40 | #define DEBOUNCE 5 |
| 41 | 41 | ||
| 42 | #define NO_BACKLIGHT_CLOCK | 42 | #define NO_BACKLIGHT_CLOCK |
| 43 | #define BACKLIGHT_LEVELS 1 | 43 | #define BACKLIGHT_LEVELS 1 |
