diff options
author | Florian Didron <florian@111studio.jp> | 2019-09-26 10:11:51 +0900 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-09-30 18:07:05 +0900 |
commit | a5d07e9656af6be966eeed2a74e07c5d43aeca83 (patch) | |
tree | 96ada0b4f2704b661d03975774a6d6d7d34940e2 /keyboards | |
parent | ef314477b3ca0cc45ed64dba3b965627cd9f3a2f (diff) |
Increase ergodox-ez debounce to 30
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index 7e70a93a12..2ff452c400 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -101,7 +101,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * manufacturer specs. */ -#define DEBOUNCE 15 +#define DEBOUNCE 30 #define USB_MAX_POWER_CONSUMPTION 500 |