Fix mods with tap key but some problems still exists.

- stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)]
- tap key doesn't work when fast type. [key(d), mods(d), key(u),
  mods(u)]
This commit is contained in:
tmk 2013-01-17 11:46:38 +09:00
parent 9f95e9cc27
commit 567b2ae525
2 changed files with 102 additions and 67 deletions

View file

@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
extern "C" {
#endif
// TODO: union {raw = row:col}
typedef struct {
uint8_t row;
uint8_t col;