diff options
Diffstat (limited to 'keyboards/sixkeyboard/config.h')
-rw-r--r-- | keyboards/sixkeyboard/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index 4ce25c670..3a672788b 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h | |||
@@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
46 | /* Locking resynchronize hack */ | 46 | /* Locking resynchronize hack */ |
47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
48 | 48 | ||
49 | |||
50 | /* Force NKRO Mode - If forced on, must be disabled via magic key (default = LShift+RShift+N) */ | 49 | /* Force NKRO Mode - If forced on, must be disabled via magic key (default = LShift+RShift+N) */ |
51 | #define FORCE_NKRO | 50 | #define FORCE_NKRO |
52 | 51 | ||
@@ -56,11 +55,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
56 | * if your keyboard/keypad is missing keys and you want magic key support. | 55 | * if your keyboard/keypad is missing keys and you want magic key support. |
57 | */ | 56 | */ |
58 | 57 | ||
59 | /* key combination for magic key command */ | ||
60 | #define IS_COMMAND() ( \ | ||
61 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
62 | ) | ||
63 | |||
64 | /* control how magic key switches layers */ | 58 | /* control how magic key switches layers */ |
65 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 59 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
66 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 60 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |