diff options
Diffstat (limited to 'keyboards/hhkb/config.h')
-rw-r--r-- | keyboards/hhkb/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/hhkb/config.h b/keyboards/hhkb/config.h index af7ecc5e25..fc747a6e94 100644 --- a/keyboards/hhkb/config.h +++ b/keyboards/hhkb/config.h @@ -49,11 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* 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. |