diff options
Diffstat (limited to 'keyboards/kbd67/hotswap/config.h')
-rw-r--r-- | keyboards/kbd67/hotswap/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/kbd67/hotswap/config.h b/keyboards/kbd67/hotswap/config.h index f952235ad..f54ffa1ca 100644 --- a/keyboards/kbd67/hotswap/config.h +++ b/keyboards/kbd67/hotswap/config.h | |||
@@ -130,11 +130,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
130 | * | 130 | * |
131 | */ | 131 | */ |
132 | 132 | ||
133 | /* key combination for magic key command */ | ||
134 | #define IS_COMMAND() ( \ | ||
135 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
136 | ) | ||
137 | |||
138 | /* control how magic key switches layers */ | 133 | /* control how magic key switches layers */ |
139 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 134 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 135 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |