diff options
author | Florian <fd@librem.one> | 2020-02-25 09:51:51 +0900 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-02-26 10:15:12 +0900 |
commit | 094244ca04bc7d56d929ed9a050ab9dffb37f1f1 (patch) | |
tree | b0ec8937a827e77f0126aaa0798c674ee4792faa | |
parent | a8e1406574feffe8a5c981d1963f1bcf9708b23a (diff) |
revert: change ergodox default debounce value
-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 9812bee787..aa39330c29 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -106,7 +106,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * manufacturer specs. */ -#define DEBOUNCE 60 +#define DEBOUNCE 30 #define USB_MAX_POWER_CONSUMPTION 500 |