From 8e8c972cbec56d8de31847981149cde4a8fc16cd Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 16 Dec 2022 20:31:06 +0100 Subject: Add stdio command interface, matrix syncing and basic evaluation --- src/hid.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/hid.h') diff --git a/src/hid.h b/src/hid.h index 9bb7ae6..65efb01 100644 --- a/src/hid.h +++ b/src/hid.h @@ -1,4 +1,8 @@ #pragma once +#include +#include + void hid_init(void); +bool hid_gen_report(uint8_t *keycode); void hid_task(void); -- cgit v1.2.3-71-gd317