diff options
Diffstat (limited to 'keyboards/kmac/config.h')
-rw-r--r-- | keyboards/kmac/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/kmac/config.h b/keyboards/kmac/config.h index 5c164bfc1..18eb1de1f 100644 --- a/keyboards/kmac/config.h +++ b/keyboards/kmac/config.h | |||
@@ -93,11 +93,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
93 | * | 93 | * |
94 | */ | 94 | */ |
95 | 95 | ||
96 | /* key combination for magic key command */ | ||
97 | #define IS_COMMAND() ( \ | ||
98 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
99 | ) | ||
100 | |||
101 | /* control how magic key switches layers */ | 96 | /* control how magic key switches layers */ |
102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 97 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 98 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |