summaryrefslogtreecommitdiffstats
path: root/keyboards/e6v2/oe/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/e6v2/oe/config.h')
-rw-r--r--keyboards/e6v2/oe/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/e6v2/oe/config.h b/keyboards/e6v2/oe/config.h
index b80afcb51..0bb89eba6 100644
--- a/keyboards/e6v2/oe/config.h
+++ b/keyboards/e6v2/oe/config.h
@@ -56,10 +56,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCING_DELAY 5
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
- )
-
-
-
#endif