diff options
Diffstat (limited to 'keyboards/40percentclub/mf68/config.h')
-rw-r--r-- | keyboards/40percentclub/mf68/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/40percentclub/mf68/config.h b/keyboards/40percentclub/mf68/config.h index 22d987e52..857205c37 100644 --- a/keyboards/40percentclub/mf68/config.h +++ b/keyboards/40percentclub/mf68/config.h | |||
@@ -52,7 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
52 | #define BACKLIGHT_BREATHING | 52 | #define BACKLIGHT_BREATHING |
53 | #define BACKLIGHT_LEVELS 3 | 53 | #define BACKLIGHT_LEVELS 3 |
54 | 54 | ||
55 | |||
56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 55 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
57 | #define DEBOUNCING_DELAY 5 | 56 | #define DEBOUNCING_DELAY 5 |
58 | 57 | ||
@@ -99,11 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
99 | * | 98 | * |
100 | */ | 99 | */ |
101 | 100 | ||
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 */ | 101 | /* control how magic key switches layers */ |
108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |