diff options
Diffstat (limited to 'keyboards/gh60/config.h')
-rw-r--r-- | keyboards/gh60/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/gh60/config.h b/keyboards/gh60/config.h index 97753bc06..a99dd4e59 100644 --- a/keyboards/gh60/config.h +++ b/keyboards/gh60/config.h | |||
@@ -99,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
99 | * | 99 | * |
100 | */ | 100 | */ |
101 | 101 | ||
102 | /* key combination for magic key command */ | ||
103 | #define IS_COMMAND() ( \ | ||
104 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
105 | ) | ||
106 | |||
107 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |