diff options
Diffstat (limited to 'keyboards/ep/40/config.h')
-rw-r--r-- | keyboards/ep/40/config.h | 4 |
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/>. | |||
91 | * | 91 | * |
92 | */ | 92 | */ |
93 | 93 | ||
94 | /* key combination for magic key command */ | ||
95 | #define IS_COMMAND() ( \ | ||
96 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
97 | ) | ||
98 | /* | 94 | /* |
99 | * Feature disable options | 95 | * Feature disable options |
100 | * These options are also useful to firmware size reduction. | 96 | * These options are also useful to firmware size reduction. |