aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/prime_exl/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/prime_exl/config.h')
-rw-r--r--keyboards/handwired/prime_exl/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/prime_exl/config.h b/keyboards/handwired/prime_exl/config.h
index e34fbb8cc..c5395dab4 100644
--- a/keyboards/handwired/prime_exl/config.h
+++ b/keyboards/handwired/prime_exl/config.h
@@ -49,8 +49,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
49#define LOCKING_SUPPORT_ENABLE 49#define LOCKING_SUPPORT_ENABLE
50/* Locking resynchronize hack */ 50/* Locking resynchronize hack */
51#define LOCKING_RESYNC_ENABLE 51#define LOCKING_RESYNC_ENABLE
52
53/* key combination for magic key command */
54#define IS_COMMAND() ( \
55 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
56)