From 44006889d7fc2281ebba09d9b80bfc12dfd3afb6 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Mon, 1 Apr 2019 23:47:34 -0400 Subject: [PATCH] update command setting to the correct default --- keyboards/planck/ez/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index a0dddae4a6b..233cede908b 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -80,11 +80,6 @@ */ //#define FORCE_NKRO -/* 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.