diff options
Diffstat (limited to 'keyboards/speedo/config.h')
-rw-r--r-- | keyboards/speedo/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/speedo/config.h b/keyboards/speedo/config.h index 6d6a3f7c8..8670cceca 100644 --- a/keyboards/speedo/config.h +++ b/keyboards/speedo/config.h | |||
@@ -54,7 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
54 | // #define BACKLIGHT_BREATHING | 54 | // #define BACKLIGHT_BREATHING |
55 | // #define BACKLIGHT_LEVELS 3 | 55 | // #define BACKLIGHT_LEVELS 3 |
56 | 56 | ||
57 | |||
58 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
59 | #define DEBOUNCING_DELAY 5 | 58 | #define DEBOUNCING_DELAY 5 |
60 | 59 | ||
@@ -106,11 +105,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
106 | * | 105 | * |
107 | */ | 106 | */ |
108 | 107 | ||
109 | /* key combination for magic key command */ | ||
110 | #define IS_COMMAND() ( \ | ||
111 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
112 | ) | ||
113 | |||
114 | /* control how magic key switches layers */ | 108 | /* control how magic key switches layers */ |
115 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
116 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |