]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix up Debouncing in AVR Templates (#5964)
authorDrashna Jaelre <drashna@live.com>
Fri, 24 May 2019 00:42:06 +0000 (17:42 -0700)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 24 May 2019 00:42:06 +0000 (17:42 -0700)
quantum/template/avr/config.h
quantum/template/ps2avrgb/config.h

index 48d7afb1492ab401a91124139aeae8fb2535b5e9..c13784ba153763d6f5acca51f394384e65762cd5 100644 (file)
@@ -86,7 +86,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // #endif
 
 /* 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
index 8d9a993cf1f49e535b1571ddf810504f0fbd747a..d954fec961042865471980a5e7e7d58b0286f6a5 100644 (file)
@@ -37,7 +37,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define UNUSED_PINS     {}
 
 #define DIODE_DIRECTION COL2ROW
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 #define NO_BACKLIGHT_CLOCK
 #define BACKLIGHT_LEVELS 1