1
0
Fork 0

Add user defined function to action.

This commit is contained in:
tmk 2013-02-01 14:48:11 +09:00
parent d95463f2e0
commit 1d7962ba8a
6 changed files with 168 additions and 101 deletions

View file

@ -32,6 +32,7 @@ typedef struct {
uint8_t row;
} keypos_t;
// TODO: need raw? keypos_t -> key_t?
typedef union {
uint16_t raw;
keypos_t pos;