diff options
| author | tmk <nobody@nowhere> | 2013-02-01 14:48:11 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-02-01 14:48:11 +0900 |
| commit | 1d7962ba8a20323dc13cc913381608e117afaeb4 (patch) | |
| tree | 7f345a164f79364a3d7178be8b828d648b3e6c8a /common/keyboard.h | |
| parent | d95463f2e0369dc0e28497bb923b3012fb09e900 (diff) | |
| download | qmk_firmware-1d7962ba8a20323dc13cc913381608e117afaeb4.tar.gz qmk_firmware-1d7962ba8a20323dc13cc913381608e117afaeb4.zip | |
Add user defined function to action.
Diffstat (limited to 'common/keyboard.h')
| -rw-r--r-- | common/keyboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/keyboard.h b/common/keyboard.h index 32c1bf464..e1cab3119 100644 --- a/common/keyboard.h +++ b/common/keyboard.h | |||
| @@ -32,6 +32,7 @@ typedef struct { | |||
| 32 | uint8_t row; | 32 | uint8_t row; |
| 33 | } keypos_t; | 33 | } keypos_t; |
| 34 | 34 | ||
| 35 | // TODO: need raw? keypos_t -> key_t? | ||
| 35 | typedef union { | 36 | typedef union { |
| 36 | uint16_t raw; | 37 | uint16_t raw; |
| 37 | keypos_t pos; | 38 | keypos_t pos; |
