diff options
author | Drashna Jaelre <drashna@live.com> | 2019-06-06 20:01:22 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-06-06 20:03:33 -0700 |
commit | 44f4338688930d341281152bd7c5c88d1830d2af (patch) | |
tree | cbaedcc8775af6233a814e083d5fb908595c6de8 /keyboards/planck/ez/config.h | |
parent | 983613c88d69501b184c52b08ea6a3a7d3f149f8 (diff) | |
download | qmk_firmware-44f4338688930d341281152bd7c5c88d1830d2af.tar.gz qmk_firmware-44f4338688930d341281152bd7c5c88d1830d2af.zip |
Fix debounce conflicts in a few boards
Diffstat (limited to 'keyboards/planck/ez/config.h')
-rw-r--r-- | keyboards/planck/ez/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index c449d17192..142382dab1 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -52,7 +52,7 @@ #undef C6_AUDIO /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 6 +// #define DEBOUNCE 6 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ //#define LOCKING_SUPPORT_ENABLE |