From 116e60d6dcefe22cfd957e10a6a64c600b0302c3 Mon Sep 17 00:00:00 2001 From: Arun M Jayan Date: Mon, 11 Jan 2021 15:28:55 +0530 Subject: [PATCH] Update regarding the HID-Project.h Hi there, We are thankful for your support, i came here to request you to include the RawHID.h file into the HID-Project.h --- src/HID-Project.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HID-Project.h b/src/HID-Project.h index 3ed098ad..9826020c 100644 --- a/src/HID-Project.h +++ b/src/HID-Project.h @@ -52,5 +52,6 @@ THE SOFTWARE. #include "SingleReport/SingleNKROKeyboard.h" #include "MultiReport/NKROKeyboard.h" #include "MultiReport/SurfaceDial.h" +#include "SingleReport/RawHID.h" // Include Teensy HID afterwards to overwrite key definitions if used