diff options
Diffstat (limited to 'keyboards/noxary/268_2/config.h')
-rw-r--r-- | keyboards/noxary/268_2/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/noxary/268_2/config.h b/keyboards/noxary/268_2/config.h index f5308d8ec..2702f924b 100644 --- a/keyboards/noxary/268_2/config.h +++ b/keyboards/noxary/268_2/config.h | |||
@@ -106,11 +106,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
106 | * | 106 | * |
107 | */ | 107 | */ |
108 | 108 | ||
109 | /* key combination for magic key command */ | ||
110 | #define IS_COMMAND() ( \ | ||
111 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
112 | ) | ||
113 | |||
114 | /* control how magic key switches layers */ | 109 | /* control how magic key switches layers */ |
115 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
116 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 111 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |