disable tap_flow again
with my settings does more harm than good will revisit that later
This commit is contained in:
parent
8b6bca19ec
commit
791be9e86b
3 changed files with 1 additions and 19 deletions
|
@ -104,20 +104,6 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t* record) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
uint16_t get_tap_flow(uint16_t keycode, keyrecord_t* record, uint16_t prev_keycode) {
|
|
||||||
switch (keycode) {
|
|
||||||
// no filter for thumb keys
|
|
||||||
case CC_SYM:
|
|
||||||
case CC_NUM:
|
|
||||||
case CC_NAV:
|
|
||||||
case CC_FUN:
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
default:
|
|
||||||
return g_tap_flow_term;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifndef CC_NO_LED
|
#ifndef CC_NO_LED
|
||||||
|
|
||||||
void keyboard_post_init_user(void) {
|
void keyboard_post_init_user(void) {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"modules": ["getreuer/tap_flow"]
|
"modules": []
|
||||||
}
|
}
|
||||||
|
|
4
rules.mk
4
rules.mk
|
@ -4,10 +4,6 @@ NKRO_ENABLE = yes
|
||||||
# optimize size
|
# optimize size
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
# needed for getreuer/tap_flow
|
|
||||||
COMBOS_ENABLE = yes
|
|
||||||
REPEAT_KEY_ENABLE = yes
|
|
||||||
|
|
||||||
# add bongocat & luna for OLEDs
|
# add bongocat & luna for OLEDs
|
||||||
ifeq ($(strip $(OLED_ENABLE)), yes)
|
ifeq ($(strip $(OLED_ENABLE)), yes)
|
||||||
SRC += features/oled_bongocat.c
|
SRC += features/oled_bongocat.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue