diff options
author | 2016-11-26 13:31:17 +0700 | |
---|---|---|
committer | 2016-11-26 13:31:17 +0700 | |
commit | b5511b9a8aa3827279fc132ecf3e5dd9c9c07668 (patch) | |
tree | e902e8f6dfc67272a98bfbbba0f77b7830bb8604 /keyboards/vision_division/config.h | |
parent | 4b0d16cd7bdcd41cffb17a7b6eed7cb44beaef34 (diff) | |
parent | bf23ac96f62be1cb36d414e76599523af3caf00f (diff) | |
download | qmk_firmware-b5511b9a8aa3827279fc132ecf3e5dd9c9c07668.tar.gz |
Merge branch 'master' into promethium
Diffstat (limited to 'keyboards/vision_division/config.h')
-rw-r--r-- | keyboards/vision_division/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/vision_division/config.h b/keyboards/vision_division/config.h index 1f8466a54..5798d91ad 100644 --- a/keyboards/vision_division/config.h +++ b/keyboards/vision_division/config.h @@ -31,7 +31,9 @@ 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 /* define if matrix has ghost (lacks anti-ghosting diodes) */ //#define MATRIX_HAS_GHOST |