From ee079a41f1450ef567e15699275596ebe058236a Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Fri, 2 Oct 2020 11:10:08 +0100 Subject: async handing of colour --- tmk_core/common/raw_hid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmk_core/common') diff --git a/tmk_core/common/raw_hid.h b/tmk_core/common/raw_hid.h index c579157f1..1e4be6a92 100644 --- a/tmk_core/common/raw_hid.h +++ b/tmk_core/common/raw_hid.h @@ -2,6 +2,7 @@ #define _RAW_HID_H_ void raw_hid_receive(uint8_t *data, uint8_t length); +void raw_hid_dispatch(void); void raw_hid_send(uint8_t *data, uint8_t length); -- cgit v1.2.3