summaryrefslogtreecommitdiffstats
path: root/keyboards/catch22
diff options
context:
space:
mode:
authorYan-Fa Li <yanfali@gmail.com>2018-10-22 03:27:33 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-22 18:06:18 +0200
commitdedbc37196d5b9d9ccbb5654441fd84f820c4a7b (patch)
tree577e1819fded0e852d0fe54231491e71bc5a7ae7 /keyboards/catch22
parent8e3330bbf6f8c4faf39a3df20fa3ab62910c8b19 (diff)
downloadqmk_firmware-dedbc37196d5b9d9ccbb5654441fd84f820c4a7b.tar.gz
qmk_firmware-dedbc37196d5b9d9ccbb5654441fd84f820c4a7b.tar.xz
Doesn't need a 50ms debounce
Set it to default. I have no idea what I was thinking.
Diffstat (limited to 'keyboards/catch22')
-rw-r--r--keyboards/catch22/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/catch22/config.h b/keyboards/catch22/config.h
index f151e7048..c5cf8233d 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() ( \