diff options
author | Drashna Jaelre <drashna@live.com> | 2019-05-12 10:33:10 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-17 15:02:19 -0700 |
commit | f520316124fb789af0981fd6e5381f090c300acb (patch) | |
tree | dc37a0ae98df7786fb33da8e5748913604c4fe47 /layouts/community | |
parent | 667b927004641d6352378af5eb19785572dbc341 (diff) | |
download | qmk_firmware-f520316124fb789af0981fd6e5381f090c300acb.tar.gz qmk_firmware-f520316124fb789af0981fd6e5381f090c300acb.zip |
Increase Debounce for Ergodox EZ
The performance improvements have made it necessary, actually
Diffstat (limited to 'layouts/community')
-rw-r--r-- | layouts/community/ergodox/drashna/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ergodox/drashna/config.h b/layouts/community/ergodox/drashna/config.h index afc5a1ddc1..821710ed8e 100644 --- a/layouts/community/ergodox/drashna/config.h +++ b/layouts/community/ergodox/drashna/config.h @@ -13,4 +13,4 @@ #define PRODUCT DrashnaDox - Hacked ErgoDox EZ Shine #undef DEBOUNCE -#define DEBOUNCE 10 +#define DEBOUNCE 15 |