]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Doesn't need a 50ms debounce
authorYan-Fa Li <yanfali@gmail.com>
Mon, 22 Oct 2018 01:27:33 +0000 (18:27 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 22 Oct 2018 16:06:18 +0000 (09:06 -0700)
Set it to default. I have no idea what I was thinking.

keyboards/catch22/config.h

index f151e7048f4ecd176bdd861095ac24d1504d8cd2..c5cf8233db59d44f1e726362f85b7dd72a518332 100644 (file)
@@ -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() ( \