diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2019-06-03 17:46:00 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-03 00:46:00 -0700 |
commit | 1a9173cafc88bfb2fa30b14f38a3371e87e53193 (patch) | |
tree | 89f32124a2c83633ce7acd5f03c99a55d6fec3b4 /keyboards/wilba_tech/wt60_a/config.h | |
parent | 4a8e62d30ec83921385a502a7cee3c6634e95988 (diff) |
[Keyboard] Added WT65-B, WT75-B, minor fixes (#5991)
* Added WT65-B, WT75-B, minor fixes
* Update keyboards/wilba_tech/wt65_b/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/wilba_tech/wt65_b/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/wilba_tech/wt75_b/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Change DEBOUNCING_DELAY to DEBOUNCE
* Change DEBOUNCING_DELAY to DEBOUNCE
Diffstat (limited to 'keyboards/wilba_tech/wt60_a/config.h')
-rw-r--r-- | keyboards/wilba_tech/wt60_a/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/wilba_tech/wt60_a/config.h b/keyboards/wilba_tech/wt60_a/config.h index 405685093e..f492074e3f 100644 --- a/keyboards/wilba_tech/wt60_a/config.h +++ b/keyboards/wilba_tech/wt60_a/config.h @@ -52,7 +52,7 @@ // #define BACKLIGHT_LEVELS 3 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCE 5 /* define if matrix has ghost (lacks anti-ghosting diodes) */ //#define MATRIX_HAS_GHOST |