diff options
Diffstat (limited to 'keyboards/gskt00/config.h')
-rwxr-xr-x | keyboards/gskt00/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/gskt00/config.h b/keyboards/gskt00/config.h index f36493f28..376f89dbe 100755 --- a/keyboards/gskt00/config.h +++ b/keyboards/gskt00/config.h | |||
@@ -30,10 +30,3 @@ | |||
30 | 30 | ||
31 | /* Locking resynchronize hack */ | 31 | /* Locking resynchronize hack */ |
32 | #define LOCKING_RESYNC_ENABLE | 32 | #define LOCKING_RESYNC_ENABLE |
33 | |||
34 | /* key combination for command */ | ||
35 | #define IS_COMMAND() ( \ | ||
36 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
37 | ) | ||
38 | |||
39 | |||