diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2018-10-21 18:27:33 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-22 09:06:18 -0700 |
commit | dedbc37196d5b9d9ccbb5654441fd84f820c4a7b (patch) | |
tree | 577e1819fded0e852d0fe54231491e71bc5a7ae7 | |
parent | 8e3330bbf6f8c4faf39a3df20fa3ab62910c8b19 (diff) | |
download | qmk_firmware-dedbc37196d5b9d9ccbb5654441fd84f820c4a7b.tar.gz qmk_firmware-dedbc37196d5b9d9ccbb5654441fd84f820c4a7b.zip |
Doesn't need a 50ms debounce
Set it to default. I have no idea what I was thinking.
-rw-r--r-- | keyboards/catch22/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/catch22/config.h b/keyboards/catch22/config.h index f151e7048f..c5cf8233db 100644 --- a/keyboards/catch22/config.h +++ b/keyboards/catch22/config.h @@ -39,7 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW /* Set 0 if debouncing isn't needed */ -#define DEBOUNCING_DELAY 50 +// #define DEBOUNCING_DELAY 0 /* key combination for command */ #define IS_COMMAND() ( \ |