X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fhhkb%2Fconfig.h;fp=keyboards%2Fhhkb%2Fconfig.h;h=fc747a6e94218423dd82a6863fa8bca493a335fc;hb=b05c0e46c6c62972b68518635104fb58927d1a13;hp=af7ecc5e258e885b6d5f71ca89653186ea89cd9a;hpb=478538e0d9938952568c62d135166d2cba15a70c;p=qmk_firmware.git diff --git a/keyboards/hhkb/config.h b/keyboards/hhkb/config.h index af7ecc5e2..fc747a6e9 100644 --- a/keyboards/hhkb/config.h +++ b/keyboards/hhkb/config.h @@ -49,11 +49,6 @@ along with this program. If not, see . /* 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)) \ -) - #ifdef HHKB_RN42_ENABLE // rn42 support -- acquired from the tmk repo. This is almost certainly not // integrated with qmk in the correct way.