From 96bfce70009ac15f21e440fd3894e6c11e1b7615 Mon Sep 17 00:00:00 2001 From: foxx1337 Date: Thu, 26 Mar 2020 03:34:57 +0100 Subject: Add RawHID support to ATSAM (Massdrop boards) (#8530) * Add support for RAW endpoint for arm_atsam This the excellent work from helluvamatt/qmk_firmware in bb6eeb93b. * Reformat arm_atsam RAW endpoint code Co-authored-by: Matt Schneeberger --- tmk_core/protocol/arm_atsam/usb/usb_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmk_core/protocol/arm_atsam/usb/usb_main.h') diff --git a/tmk_core/protocol/arm_atsam/usb/usb_main.h b/tmk_core/protocol/arm_atsam/usb/usb_main.h index e1ffa3e184..3191b2fc13 100644 --- a/tmk_core/protocol/arm_atsam/usb/usb_main.h +++ b/tmk_core/protocol/arm_atsam/usb/usb_main.h @@ -97,6 +97,7 @@ void main_mou_disable(void); extern volatile bool main_b_raw_enable; bool main_raw_enable(void); void main_raw_disable(void); +void main_raw_receive(uint8_t *buffer, uint8_t len); #endif // RAW #endif // _MAIN_H_ -- cgit v1.2.3