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