diff --git a/users/t4corun/config/tapping_config.h b/users/t4corun/config/tapping_config.h index 204861e8..ef891794 100644 --- a/users/t4corun/config/tapping_config.h +++ b/users/t4corun/config/tapping_config.h @@ -26,10 +26,9 @@ #define TAP_HOLD_CAPS_DELAY TAP_CODE_DELAY //turning down delay for caps lock so ploopy can do DPI switching #define WAIT_DELAY 5 //custom variable to configure time between taps -#define TAPPING_TERM 200 -#define TAPPING_TERM_PER_KEY +#define TAPPING_TERM 175 -#define QUICK_TAP_TERM 135 +#define QUICK_TAP_TERM 120 #define ONESHOT_TAP_TOGGLE 3 #define ONESHOT_TIMEOUT 2000 \ No newline at end of file diff --git a/users/t4corun/features/tapping.c b/users/t4corun/features/tapping.c deleted file mode 100644 index e8cc1826..00000000 --- a/users/t4corun/features/tapping.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "tapping.h" - -uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { - - switch (keycode) { - - case NAV_0: - return TAPPING_TERM + 60; - - default: - return TAPPING_TERM; - - } - -} \ No newline at end of file diff --git a/users/t4corun/features/tapping.h b/users/t4corun/features/tapping.h deleted file mode 100644 index 2a576cc3..00000000 --- a/users/t4corun/features/tapping.h +++ /dev/null @@ -1,2 +0,0 @@ -#pragma once -#include "t4corun.h" \ No newline at end of file diff --git a/users/t4corun/rules.mk b/users/t4corun/rules.mk index b8924210..8100f634 100644 --- a/users/t4corun/rules.mk +++ b/users/t4corun/rules.mk @@ -39,7 +39,6 @@ KEY_OVERRIDE_ENABLE = yes SRC += \ t4corun.c \ - features/tapping.c \ features/taphold.c \ features/capsword.c \ features/keyoverride.c \ diff --git a/users/t4corun/t4corun.h b/users/t4corun/t4corun.h index f0b81c04..76ddbc44 100644 --- a/users/t4corun/t4corun.h +++ b/users/t4corun/t4corun.h @@ -48,7 +48,6 @@ enum keycodes { // momentary layer #define NAV MO(_NAVIGATION) -#define NAV_0 LT(_NAVIGATION, KC_0) #define NUM MO(_NUMBER) #define CONFIG MO(_CONFIG) @@ -166,7 +165,6 @@ enum keycodes { #define _BASE_L4_________________ ___x___, NUM, TR_LSFT #define _BASE_R4_________________ KC_SPC, NAV, KC_MUTE -#define _BASE_R4_ZERO____________ KC_SPC, NAV_0, KC_MUTE #define _LAYER_TRANS_____________ ___x___, _______, ___x___ @@ -202,9 +200,9 @@ enum keycodes { #define LAYER_NUMBER \ KC_ESC, KC_BTN3, KC_BTN2, KC_BTN1, TR_GRV, ___x___, KC_7, KC_8, KC_9, KC_COMM, \ - _GACS_MODS________________________, TR_SCLN, ___x___, KC_4, KC_5, KC_6, KC_DOT, \ + _GACS_MODS________________________, TR_SCLN, KC_0, KC_4, KC_5, KC_6, KC_DOT, \ _UCCPR_L___________________________________, ___x___, KC_1, KC_2, KC_3, KC_MINS, \ - _LAYER_TRANS_____________, _BASE_R4_ZERO____________ + _LAYER_TRANS_____________, _BASE_R4_________________ #define LAYER_SYMBOL \