summaryrefslogtreecommitdiffstats
path: root/keyboards/vinta
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/vinta')
-rw-r--r--keyboards/vinta/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/vinta/config.h b/keyboards/vinta/config.h
index 5f6ea7f06..81a661f16 100644
--- a/keyboards/vinta/config.h
+++ b/keyboards/vinta/config.h
@@ -63,8 +63,3 @@
* useful if your keyboard/keypad is missing keys and you want magic key support.
*
*/
-
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)