diff options
Diffstat (limited to 'keyboards/tanuki/config.h')
-rw-r--r-- | keyboards/tanuki/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/tanuki/config.h b/keyboards/tanuki/config.h index 1e42f13d4..6d728b595 100644 --- a/keyboards/tanuki/config.h +++ b/keyboards/tanuki/config.h | |||
@@ -47,11 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
47 | /* Locking resynchronize hack */ | 47 | /* Locking resynchronize hack */ |
48 | #define LOCKING_RESYNC_ENABLE | 48 | #define LOCKING_RESYNC_ENABLE |
49 | 49 | ||
50 | /* key combination for command */ | ||
51 | #define IS_COMMAND() ( \ | ||
52 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
53 | ) | ||
54 | |||
55 | #define RGB_DI_PIN D1 | 50 | #define RGB_DI_PIN D1 |
56 | #define RGBLIGHT_ANIMATIONS | 51 | #define RGBLIGHT_ANIMATIONS |
57 | #define RGBLED_NUM 5 | 52 | #define RGBLED_NUM 5 |
@@ -59,7 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
59 | #define RGBLIGHT_SAT_STEP 17 | 54 | #define RGBLIGHT_SAT_STEP 17 |
60 | #define RGBLIGHT_VAL_STEP 17 | 55 | #define RGBLIGHT_VAL_STEP 17 |
61 | 56 | ||
62 | |||
63 | #define TAPPING_TERM 200 | 57 | #define TAPPING_TERM 200 |
64 | /* | 58 | /* |
65 | * Feature disable options | 59 | * Feature disable options |