X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fm10a%2Fconfig.h;h=f2e6e45e73e3f57bd7e71b9c6c87a863e5369250;hb=7f23ad72c5c736b58bab16995e7b0a599268b56f;hp=f052ab629749fa05a78525f3b29a486f311d653c;hpb=ec86fac6eee6e5148bc491497aadf2abed09a8ea;p=qmk_firmware.git diff --git a/keyboards/m10a/config.h b/keyboards/m10a/config.h index f052ab629..f2e6e45e7 100644 --- a/keyboards/m10a/config.h +++ b/keyboards/m10a/config.h @@ -49,18 +49,13 @@ along with this program. If not, see . #define BACKLIGHT_LEVELS 6 /* 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.