diff options
Diffstat (limited to 'keyboards/bantam44/config.h')
-rw-r--r-- | keyboards/bantam44/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/bantam44/config.h b/keyboards/bantam44/config.h index a55f62999..323852850 100644 --- a/keyboards/bantam44/config.h +++ b/keyboards/bantam44/config.h | |||
@@ -56,11 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
56 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
57 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
58 | 58 | ||
59 | /* key combination for command */ | ||
60 | #define IS_COMMAND() ( \ | ||
61 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
62 | ) | ||
63 | |||
64 | /* | 59 | /* |
65 | * Feature disable options | 60 | * Feature disable options |
66 | * These options are also useful to firmware size reduction. | 61 | * These options are also useful to firmware size reduction. |