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