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