]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/bpiphany/pegasushoof/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / bpiphany / pegasushoof / config.h
index 885afaa900ed840c8d7fcbaa920ec5ec1adda659..cd89b7582af6e3aeee08075d89ea89216bd62496 100644 (file)
@@ -36,6 +36,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define DIODE_DIRECTION COL2ROW
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 #endif