X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fbantam44%2Fconfig.h;h=5b1885d83c27d2e125d09e8c7496302b986fb8f3;hb=628e08c60661ca14313ecaef9205a1bf851b70bb;hp=a55f629990ade79b7782d8b01b09a04f621dbe6e;hpb=9f33a5593cc70dfb0885328061f1aa4b2c2fa386;p=qmk_firmware.git diff --git a/keyboards/bantam44/config.h b/keyboards/bantam44/config.h index a55f62999..5b1885d83 100644 --- a/keyboards/bantam44/config.h +++ b/keyboards/bantam44/config.h @@ -49,18 +49,13 @@ along with this program. If not, see . #define BACKLIGHT_LEVELS 3 /* 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)) \ -) - /* * Feature disable options * These options are also useful to firmware size reduction.