diff options
Diffstat (limited to 'keyboards/kc60se/config.h')
-rw-r--r-- | keyboards/kc60se/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/kc60se/config.h b/keyboards/kc60se/config.h index 9f8b3e28a..54e66cb31 100644 --- a/keyboards/kc60se/config.h +++ b/keyboards/kc60se/config.h | |||
@@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
46 | // #define BACKLIGHT_BREATHING | 46 | // #define BACKLIGHT_BREATHING |
47 | #define BACKLIGHT_LEVELS 6 | 47 | #define BACKLIGHT_LEVELS 6 |
48 | 48 | ||
49 | |||
50 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 49 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
51 | #define DEBOUNCING_DELAY 5 | 50 | #define DEBOUNCING_DELAY 5 |
52 | 51 | ||
@@ -98,11 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
98 | * | 97 | * |
99 | */ | 98 | */ |
100 | 99 | ||
101 | /* key combination for magic key command */ | ||
102 | #define IS_COMMAND() ( \ | ||
103 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
104 | ) | ||
105 | |||
106 | /* control how magic key switches layers */ | 100 | /* control how magic key switches layers */ |
107 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 101 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |