diff options
Diffstat (limited to 'keyboards/h87a/config.h')
-rw-r--r-- | keyboards/h87a/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/h87a/config.h b/keyboards/h87a/config.h index a98b7b283..a7a94a0bc 100644 --- a/keyboards/h87a/config.h +++ b/keyboards/h87a/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 | ||
@@ -66,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
66 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
67 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
68 | 67 | ||
69 | /* key combination for magic key command */ | ||
70 | #define IS_COMMAND() ( \ | ||
71 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
72 | ) | ||
73 | |||
74 | #define RGB_DI_PIN D3 | 68 | #define RGB_DI_PIN D3 |
75 | #ifdef RGB_DI_PIN | 69 | #ifdef RGB_DI_PIN |
76 | #define RGBLIGHT_ANIMATIONS | 70 | #define RGBLIGHT_ANIMATIONS |