diff options
author | IBNobody <protospherex@gmail.com> | 2016-10-28 14:21:38 -0500 |
---|---|---|
committer | IBNobody <protospherex@gmail.com> | 2016-10-28 14:21:38 -0500 |
commit | 508eddf8ba8548d3f71e1c09a404839beb49f45c (patch) | |
tree | f6791e63d391c82814219b6e9fa255c16d164e08 /keyboards/vision_division | |
parent | a0fdb6b81aa33c493bc4fccab178fcbe02231578 (diff) | |
download | firmware-508eddf8ba8548d3f71e1c09a404839beb49f45c.tar.gz firmware-508eddf8ba8548d3f71e1c09a404839beb49f45c.tar.bz2 firmware-508eddf8ba8548d3f71e1c09a404839beb49f45c.zip |
Fixing Debounce - WIP
Diffstat (limited to 'keyboards/vision_division')
-rw-r--r-- | keyboards/vision_division/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/vision_division/config.h b/keyboards/vision_division/config.h index 93c960671..5798d91ad 100644 --- a/keyboards/vision_division/config.h +++ b/keyboards/vision_division/config.h @@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_LEVELS 3 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCING_DELAY 0 #define MATRIX_MASKED |