]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/crawlpad/config.h
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / crawlpad / config.h
index c72be83f28d28b0a5370328d940b73d84b6b266d..d51ad1744428904cb3583a85cc4c4481b42cd253 100755 (executable)
@@ -1,5 +1,4 @@
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
 
 #include "config_common.h"
 
@@ -27,7 +26,7 @@
 #define DIODE_DIRECTION ROW2COL
 
 /* Set 0 if debouncing isn't needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
 #define LOCKING_SUPPORT_ENABLE
@@ -45,5 +44,3 @@
 #define RGBLIGHT_ANIMATIONS
 #define RGBLED_NUM 3
 #endif
-
-#endif