summaryrefslogtreecommitdiffstats
path: root/keyboards/tanuki
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tanuki')
-rw-r--r--keyboards/tanuki/config.h6
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/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-/* key combination for command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
#define RGB_DI_PIN D1
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 5
@@ -59,7 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17
-
#define TAPPING_TERM 200
/*
* Feature disable options