Add user defined function to action.
This commit is contained in:
parent
d95463f2e0
commit
1d7962ba8a
6 changed files with 168 additions and 101 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue