diff options
author | 4pplet <4pplet@protonmail.com> | 2020-09-02 02:36:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 17:36:00 -0700 |
commit | 6e618baa5737c86d23d974cafe9bfa07efe1d810 (patch) | |
tree | 906fc8e67d7e43c5a25577fa326a2d68988c59d0 /keyboards/4pplet/waffling60/rev_a/config.h | |
parent | 825ef0bd963a031281748089ea1d603d8963111b (diff) | |
download | qmk_firmware-6e618baa5737c86d23d974cafe9bfa07efe1d810.tar.gz qmk_firmware-6e618baa5737c86d23d974cafe9bfa07efe1d810.zip |
update 4pplet/waffling60 keyboard (#10143)
* Update config.h
added debounce to prevent stuttering with some switches
* Update README.md
Diffstat (limited to 'keyboards/4pplet/waffling60/rev_a/config.h')
-rw-r--r-- | keyboards/4pplet/waffling60/rev_a/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/4pplet/waffling60/rev_a/config.h b/keyboards/4pplet/waffling60/rev_a/config.h index d232d3e70a..6bbc68be60 100644 --- a/keyboards/4pplet/waffling60/rev_a/config.h +++ b/keyboards/4pplet/waffling60/rev_a/config.h @@ -25,7 +25,7 @@ //#define MATRIX_HAS_GHOST /* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 0 +#define DEBOUNCE 5 #define QMK_ESC_OUTPUT D3 // usually COL #define QMK_ESC_INPUT D4 // usually ROW |