mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 14:44:16 -04:00
Removing layer taps
- Decided I didn't mind having 0 where it is and not having layer taps
This commit is contained in:
parent
1a1a230c1c
commit
81b0596b0a
5 changed files with 2 additions and 18 deletions
|
@ -13,7 +13,6 @@
|
|||
#undef TAP_HOLD_CAPS_DELAY
|
||||
|
||||
#undef TAPPING_TERM
|
||||
#undef TAPPING_TERM_PER_KEY
|
||||
|
||||
#undef QUICK_TAP_TERM
|
||||
|
||||
|
@ -27,7 +26,6 @@
|
|||
#define WAIT_DELAY 5 //custom variable to configure time between taps
|
||||
|
||||
#define TAPPING_TERM 175
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
|
||||
#define QUICK_TAP_TERM 120
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#include "tapping.h"
|
||||
|
||||
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
|
||||
switch (keycode) {
|
||||
case NAV:
|
||||
return TAPPING_TERM - 40;
|
||||
|
||||
default:
|
||||
return TAPPING_TERM;
|
||||
}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
#pragma once
|
||||
#include "t4corun.h"
|
|
@ -41,7 +41,6 @@ MUSIC_MODE = no
|
|||
|
||||
SRC += \
|
||||
t4corun.c \
|
||||
features/tapping.c \
|
||||
features/taphold.c \
|
||||
features/capsword.c \
|
||||
features/keyoverride.c \
|
||||
|
|
|
@ -47,7 +47,7 @@ enum keycodes {
|
|||
#define ___x___ KC_NO
|
||||
|
||||
// momentary layer
|
||||
#define NAV LT(_NAVIGATION, KC_0)
|
||||
#define NAV MO(_NAVIGATION)
|
||||
#define NUM MO(_NUMBER)
|
||||
#define CONFIG MO(_CONFIG)
|
||||
|
||||
|
@ -230,7 +230,7 @@ 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_________________
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue