]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/sx60/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / sx60 / config.h
index 52a1cc7a18ec36c1f7265408e1bd0abf72ca44b8..d75e19b290051ca310d97b02f2a688ea38b2f3cf 100755 (executable)
@@ -21,8 +21,6 @@
 #define MATRIX_COL_PINS { F6, B5, B4, D7, D6, D5, D3, D2 }
 #define UNUSED_PINS
 
-
-
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW
 
@@ -33,7 +31,7 @@
 #endif
 
 /* 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
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
-/* key combination for command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 #ifdef RGB_DI_PIN
 #define RGBLIGHT_ANIMATIONS
 #define RGBLED_NUM 0