diff options
author | Drashna Jaelre <drashna@live.com> | 2019-10-09 15:23:57 -0700 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-09 23:23:57 +0100 |
commit | e58343596af5f749c5bc07aab3a897c6b6b5ac99 (patch) | |
tree | 2ff77436267f97a9c09f9999f597dca480daea2a /keyboards/ergodox_ez/config.h | |
parent | 4e23c700f19c8bf0da1fe810721fb02731591f49 (diff) |
Keyboard/ergodox debounce (#6994)
* Set default debounce to 30
Lower debounce causes issues, and even 15 isn't lowe enough for the EZ
* Cleanup ergodox ez matrix
Diffstat (limited to 'keyboards/ergodox_ez/config.h')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index c35fe73941..bb51ec3215 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -40,6 +40,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MOUSEKEY_MAX_SPEED 7 #define MOUSEKEY_WHEEL_DELAY 0 +#define DEBOUNCE 30 + #define TAPPING_TOGGLE 1 /* define if matrix has ghost */ |