diff options
Diffstat (limited to 'keyboards/handwired/practice60/config.h')
-rw-r--r-- | keyboards/handwired/practice60/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/practice60/config.h b/keyboards/handwired/practice60/config.h index 31ddd77d1..648dd62ed 100644 --- a/keyboards/handwired/practice60/config.h +++ b/keyboards/handwired/practice60/config.h | |||
@@ -48,13 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
50 | 50 | ||
51 | /* key combination for command */ | ||
52 | #define IS_COMMAND() ( \ | ||
53 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
54 | ) | ||
55 | |||
56 | |||
57 | |||
58 | /* | 51 | /* |
59 | * Feature disable options | 52 | * Feature disable options |
60 | * These options are also useful to firmware size reduction. | 53 | * These options are also useful to firmware size reduction. |