Pavlos Vinieratos
4e6a8627d8
add a couple of comments
2016-07-19 18:18:57 +02:00
Pavlos Vinieratos
d5daec2a58
on_each_tap_fn is called on tap down and tap up
2016-07-19 18:18:57 +02:00
Pavlos Vinieratos
2e815ad9a2
add link to hid_listen
2016-07-19 17:34:23 +02:00
Pavlos Vinieratos
6eb21d2680
add some debugging doc, after i found out how to print debug messages
2016-07-19 00:07:50 +02:00
Pavlos Vinieratos
d8a979b6d5
add a bit of documentation
2016-07-19 00:01:11 +02:00
Pavlos Vinieratos
dda2fd6ff3
in the default case, it should be called if there is actually a tap
...
dance happening, and in the normal case, it should be called when the
tap down is happening.
2016-07-18 23:34:02 +02:00
Pavlos Vinieratos
d3091faf36
change naming, and remove extraneous definition
2016-07-17 08:28:03 +02:00
Pavlos Vinieratos
f3b56701ed
add an anyway and a reset callback
...
when using tap dance, we have the `regular` callback that is called on
the last tap. this commit adds an `anyway` callback that is called on
every tap, and a `reset` callback that is called on reset of the tap
dance taps.
2016-07-16 00:04:12 +02:00
Pavlos Vinieratos
1a7e954f9f
in case its NULL
2016-07-16 00:04:12 +02:00
Pavlos Vinieratos
a28a6e5b79
extract reset keyboard into a function
...
that makes it easy to call reset_keyboard() from a function in a keymap
2016-07-13 16:38:02 +02:00
Pavlos Vinieratos
df25033fc6
fix typos
2016-07-04 17:55:32 +02:00