]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/kinesis/stapelberg/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / kinesis / stapelberg / config.h
index 0677e0adebf281ca58e7f2302d988a4fe28ed629..992480195fdb74464816d79b4e7ae5a82e4115ee 100644 (file)
@@ -30,7 +30,7 @@
  
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 /* don't know if this should be defined at the board or top level. Assuming board 
 #define MOUSEKEY_DELAY          100
 
 #define IGNORE_MOD_TAP_INTERRUPT
 
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
-
 #endif