X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fat101_blackheart%2Fconfig.h;h=83814c6486c5784615d0f1b7bf39b6ca84eda962;hb=2a231457bd494079c36cf3e07c9b887016adb491;hp=6a809a02f86969b25191a7704cf31780b27b062d;hpb=190fcdde2620bcd2d94b58aa29fca3f5361ef40d;p=qmk_firmware.git diff --git a/keyboards/at101_blackheart/config.h b/keyboards/at101_blackheart/config.h index 6a809a02f..83814c648 100644 --- a/keyboards/at101_blackheart/config.h +++ b/keyboards/at101_blackheart/config.h @@ -23,7 +23,7 @@ #define DIODE_DIRECTION COL2ROW /* 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 @@ -33,11 +33,3 @@ /* force n-key rollover*/ #define FORCE_NKRO - -/* key combination for command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - -/* prevent stuck modifiers */ -#define PREVENT_STUCK_MODIFIERS \ No newline at end of file