diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-04-18 10:49:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-18 10:49:13 +0900 |
commit | 34239edcb043fe03f8e547ea94bac7b8ff07657c (patch) | |
tree | 3a0ac56ced0c5001586cd8734fab60a30ad2bdd7 /keyboards | |
parent | 8bdbac14a36f8da5da3175006cff5eb3a3d60c1d (diff) | |
download | qmk_firmware-34239edcb043fe03f8e547ea94bac7b8ff07657c.tar.gz qmk_firmware-34239edcb043fe03f8e547ea94bac7b8ff07657c.zip |
Set default debounce to 5
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index a75edd4154..cbf7f8aaa2 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -98,7 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * 5, which is now closer to 10ms, but still plenty according to * manufacturer specs. */ -#define DEBOUNCE 10 #define USB_MAX_POWER_CONSUMPTION 500 |