X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fkatana60%2Fconfig.h;fp=keyboards%2Fkatana60%2Fconfig.h;h=177a09ff45070aa21d5874d8b0f48008fac9d1c8;hb=b05c0e46c6c62972b68518635104fb58927d1a13;hp=aaf2b5d5447cbd196ef671f848c1a5acc2f42575;hpb=478538e0d9938952568c62d135166d2cba15a70c;p=qmk_firmware.git diff --git a/keyboards/katana60/config.h b/keyboards/katana60/config.h index aaf2b5d54..177a09ff4 100644 --- a/keyboards/katana60/config.h +++ b/keyboards/katana60/config.h @@ -53,7 +53,6 @@ along with this program. If not, see . // #define BACKLIGHT_BREATHING // #define BACKLIGHT_LEVELS 3 - /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCING_DELAY 5 @@ -105,11 +104,6 @@ along with this program. If not, see . * */ -/* key combination for magic key command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - #define TAPPING_TERM 200 /* control how magic key switches layers */