X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Flaunchpad%2Fconfig.h;h=d93fe65d2d7673875f2e3caaa7540cd89c0d0e08;hb=95b2364e5a58ffcece44e00095eaf209332cd55b;hp=9d1e310d3ecf2693e4e52c1ce965439d3c318aa4;hpb=1de6458921963d40d812e696528d21fed744a732;p=qmk_firmware.git diff --git a/keyboards/launchpad/config.h b/keyboards/launchpad/config.h index 9d1e310d3..d93fe65d2 100644 --- a/keyboards/launchpad/config.h +++ b/keyboards/launchpad/config.h @@ -38,18 +38,13 @@ along with this program. If not, see . //#define MATRIX_HAS_GHOST /* 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.