X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fkeyboard.h;h=e1cab31194ccaee402aee1e7d99a3ede61b7d309;hb=b2aa142ee0a88ae6c38798f33cf5d833b0ae3864;hp=32c1bf464cdc49c4318e430cee360ae58e68ec8c;hpb=1e3e41a2c9ed8b2f7d44be0aed5d96ed557fa13d;p=max%2Ftmk_keyboard.git diff --git a/common/keyboard.h b/common/keyboard.h index 32c1bf46..e1cab311 100644 --- a/common/keyboard.h +++ b/common/keyboard.h @@ -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;