summaryrefslogtreecommitdiffstats
path: root/keyboards/miniaxe/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/miniaxe/config.h')
-rw-r--r--keyboards/miniaxe/config.h6
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/>.
*
*/
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
/* control how magic key switches layers */
//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
@@ -244,4 +239,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define I2C_MASTER_RIGHT
#define DISABLE_JTAG
-