]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/panc60/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / panc60 / config.h
index 00bdbc60f1b98bc8faaf3131c4f5c0e9c5885d4e..b5889180e806fde8c76bfd27ecfbfac89cfae106 100644 (file)
@@ -34,10 +34,8 @@ 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
 #define RGBLIGHT_ANIMATIONS
-
-#define NO_UART 1