]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/keyboard.h
Add user defined function to action.
[tmk_firmware.git] / common / keyboard.h
index 32c1bf464cdc49c4318e430cee360ae58e68ec8c..e1cab31194ccaee402aee1e7d99a3ede61b7d309 100644 (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;