X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fbantam44%2Fconfig.h;h=5b1885d83c27d2e125d09e8c7496302b986fb8f3;hb=207fde997f11bfed92087327b91cc16ed0fbb3dc;hp=a55f629990ade79b7782d8b01b09a04f621dbe6e;hpb=649b33d7783cf3021928534b7ae127e0a89e8807;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.