aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-07-16 18:17:46 +0200
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-07-16 14:18:26 -0700
commit6c7d173ad74048081b5d0be6f6052013b0a25ff3 (patch)
tree6d2b4815b08b532d0260efe13b98f57074e0c5df
parent65906f679d812c85b18c383c4bdc3eff00d5e71d (diff)
downloadqmk_firmware-6c7d173ad74048081b5d0be6f6052013b0a25ff3.tar.gz
qmk_firmware-6c7d173ad74048081b5d0be6f6052013b0a25ff3.zip
Remove unnecessary IS_COMMAND definitions from a couple of boards
-rw-r--r--keyboards/abstract/ellipse/rev1/config.h5
-rw-r--r--keyboards/halberd/config.h7
-rw-r--r--keyboards/kagamidget/config.h5
-rw-r--r--keyboards/nek_type_a/config.h5
-rw-r--r--keyboards/scythe/config.h7
5 files changed, 0 insertions, 29 deletions
diff --git a/keyboards/abstract/ellipse/rev1/config.h b/keyboards/abstract/ellipse/rev1/config.h
index 1fb9b76d9..36a4fc40f 100644
--- a/keyboards/abstract/ellipse/rev1/config.h
+++ b/keyboards/abstract/ellipse/rev1/config.h
@@ -125,11 +125,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
125 * 125 *
126 */ 126 */
127 127
128/* key combination for magic key command */
129/*#define IS_COMMAND() ( \
130 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
131)*/
132
133/* control how magic key switches layers */ 128/* control how magic key switches layers */
134//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true 129//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
135//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true 130//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
diff --git a/keyboards/halberd/config.h b/keyboards/halberd/config.h
index 32930d778..cf3460b61 100644
--- a/keyboards/halberd/config.h
+++ b/keyboards/halberd/config.h
@@ -111,13 +111,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
111 * 111 *
112 */ 112 */
113 113
114/* key combination for magic key command */
115/*
116#define IS_COMMAND() ( \
117 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
118)
119*/
120
121/* control how magic key switches layers */ 114/* control how magic key switches layers */
122//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true 115//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
123//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true 116//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
diff --git a/keyboards/kagamidget/config.h b/keyboards/kagamidget/config.h
index 00e09530e..7fe67ffd3 100644
--- a/keyboards/kagamidget/config.h
+++ b/keyboards/kagamidget/config.h
@@ -107,11 +107,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
107 * 107 *
108 */ 108 */
109 109
110/* key combination for magic key command */
111/*#define IS_COMMAND() ( \
112 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
113)*/
114
115/* control how magic key switches layers */ 110/* control how magic key switches layers */
116//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true 111//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
117//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true 112//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
diff --git a/keyboards/nek_type_a/config.h b/keyboards/nek_type_a/config.h
index 5b105804d..98a954dd1 100644
--- a/keyboards/nek_type_a/config.h
+++ b/keyboards/nek_type_a/config.h
@@ -46,8 +46,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
46 46
47/* Locking resynchronize hack */ 47/* Locking resynchronize hack */
48#define LOCKING_RESYNC_ENABLE 48#define LOCKING_RESYNC_ENABLE
49
50/* key combination for magic key command */
51#define IS_COMMAND() ( \
52 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
53)
diff --git a/keyboards/scythe/config.h b/keyboards/scythe/config.h
index 66d47c356..d577192db 100644
--- a/keyboards/scythe/config.h
+++ b/keyboards/scythe/config.h
@@ -114,13 +114,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
114 * 114 *
115 */ 115 */
116 116
117/* key combination for magic key command */
118/*
119#define IS_COMMAND() ( \
120 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
121)
122*/
123
124/* control how magic key switches layers */ 117/* control how magic key switches layers */
125//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true 118//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
126//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true 119//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true