diff options
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 cf85b12336..907ee1f97e 100644 --- a/common/keyboard.h +++ b/common/keyboard.h @@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. extern "C" { #endif +// TODO: union {raw = row:col} typedef struct { uint8_t row; uint8_t col; |