diff options
Diffstat (limited to 'keyboards/miniaxe/config.h')
-rw-r--r-- | keyboards/miniaxe/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/miniaxe/config.h b/keyboards/miniaxe/config.h index 7a68476a5..ae1fd448a 100644 --- a/keyboards/miniaxe/config.h +++ b/keyboards/miniaxe/config.h | |||
@@ -120,11 +120,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
120 | * | 120 | * |
121 | */ | 121 | */ |
122 | 122 | ||
123 | /* key combination for magic key command */ | ||
124 | #define IS_COMMAND() ( \ | ||
125 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
126 | ) | ||
127 | |||
128 | /* control how magic key switches layers */ | 123 | /* control how magic key switches layers */ |
129 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 124 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
130 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 125 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
@@ -244,4 +239,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
244 | //#define I2C_MASTER_RIGHT | 239 | //#define I2C_MASTER_RIGHT |
245 | 240 | ||
246 | #define DISABLE_JTAG | 241 | #define DISABLE_JTAG |
247 | |||