diff options
Diffstat (limited to 'keyboards/tetris/config.h')
| -rw-r--r-- | keyboards/tetris/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/tetris/config.h b/keyboards/tetris/config.h index c2e552449..20ec2e655 100644 --- a/keyboards/tetris/config.h +++ b/keyboards/tetris/config.h | |||
| @@ -36,11 +36,6 @@ | |||
| 36 | /* Locking resynchronize hack */ | 36 | /* Locking resynchronize hack */ |
| 37 | #define LOCKING_RESYNC_ENABLE | 37 | #define LOCKING_RESYNC_ENABLE |
| 38 | 38 | ||
| 39 | /* key combination for command */ | ||
| 40 | #define IS_COMMAND() ( \ | ||
| 41 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 42 | ) | ||
| 43 | |||
| 44 | #define NO_ACTION_MACRO | 39 | #define NO_ACTION_MACRO |
| 45 | #define NO_ACTION_FUNCTION | 40 | #define NO_ACTION_FUNCTION |
| 46 | 41 | ||
