diff options
author | Erez Zukerman <bulk@ezuk.org> | 2017-05-07 21:52:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-07 21:52:00 -0400 |
commit | 153eb95ab208cf5563ce2fae7ec68981b64d11ce (patch) | |
tree | c938c4ef6021a5f86d3139f6338b4b0d016a44e5 /keyboards/ergodox/ez/config.h | |
parent | d9b70cc1c9657378634a9da98c20f9c80280f7a0 (diff) | |
parent | cd30a60d0e4f108403b19ec4c1bc4270b54b8c27 (diff) |
Merge pull request #1279 from awpr/master
Change to per-key eager debouncing for ErgoDox EZ.
Diffstat (limited to 'keyboards/ergodox/ez/config.h')
-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 a3347de45e..aa17c3e8d3 100644 --- a/keyboards/ergodox/ez/config.h +++ b/keyboards/ergodox/ez/config.h @@ -58,7 +58,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBW 1 /* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 +#define DEBOUNCE 15 #define USB_MAX_POWER_CONSUMPTION 500 |