Sergey Vlasov
|
ca0c12847a
Fix layer switching from tap dances by redoing the keymap lookup (#17935)
|
2 years ago |
Jouke Witteveen
|
1706da9054
tap-dance: Restructure code and document in more detail (#16394)
|
3 years ago |
Joel Challis
|
03d258c222
matrix_scan_x -> x_task (#13748)
|
3 years ago |
Ryan
|
48f4768d33
Change include guards in quantum/ to pragma once (#11239)
|
4 years ago |
zvecr
|
a91c0c4765
Run clang-format manually to fix recently changed files
|
5 years ago |
Drashna Jaelre
|
335dd0271e
Fix Tap Dance name for consistency and to match docs (#7136)
|
5 years ago |
Drashna Jaelre
|
f069e9fc09
Generalize Tap Dance Layer functions (#6629)
|
5 years ago |
skullY
|
b624f32f94
clang-format changes
|
5 years ago |
fauxpark
|
406f03bb0c
Mask off TD() parameter properly (#6143)
|
5 years ago |
Giuseppe Rota
|
3ddec14eb8
Register the interrupting keycode in the tap dance state struct
|
6 years ago |
scauligi
|
9fcda95363
Fixes to get tap dance to fire at proper places (#2272)
|
7 years ago |
pmalecka
|
a01dc4dd48
added the possibility to hav shifted(modded) tap dance
|
7 years ago |
Gergely Nagy
|
d28b2c395b
tap-dance: key + layer helper
|
7 years ago |
Nick Choi
|
b3144112d3
removed need to set customtapping term 0. defaults to 0 already
|
8 years ago |
Nick Choi
|
7c8b166cce
changed -1 to 0 can't have negative unsigned ints 🤔
|
8 years ago |
Nick Choi
|
aeb3a34636
moved specific tap term to its own function
|
8 years ago |
Nick Choi
|
e695b5a33b
Added per case tapping term, updated FF-nikchi keymap.
|
8 years ago |
skullydazed
|
23839b8c6d
Clarify the quantum license (#1042)
|
8 years ago |
SjB
|
5a860b71a1
race condition between oneshot_mods and tap_dance
|
8 years ago |
Pavlos Vinieratos
|
cda4b534fa
add user_data field
|
8 years ago |
Pavlos Vinieratos
|
0edc82f030
formatting
|
8 years ago |
Gergely Nagy
|
29f64d7a93
tap-dance: Major rework, to make it more reliable
|
8 years ago |
Gergely Nagy
|
b21e8b97ac
tap-dance: Add some debugging support
|
8 years ago |
Gergely Nagy
|
ce8cc9219f
tap-dance: Support user_data for the callbacks
|
9 years ago |
Gergely Nagy
|
70e42489de
tap-dance: Support for holding keys
|
9 years ago |
Pavlos Vinieratos
|
d3091faf36
change naming, and remove extraneous definition
|
9 years ago |
Pavlos Vinieratos
|
f3b56701ed
add an `anyway` and a `reset` callback
|
9 years ago |
Jack Humbert
|
65faab3b89
Moves features to their own files (process_*), adds tap dance feature (#460)
|
9 years ago |