summaryrefslogtreecommitdiffstats
path: root/keyboards/ep/40
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ep/40')
-rw-r--r--keyboards/ep/40/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ep/40/config.h b/keyboards/ep/40/config.h
index 90630cd68..0a2495953 100644
--- a/keyboards/ep/40/config.h
+++ b/keyboards/ep/40/config.h
@@ -91,10 +91,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
/*
* Feature disable options
* These options are also useful to firmware size reduction.