Add user defined function to action.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user