From 50fb0c666251cef51eb0c34c2a6d1aeaae880192 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 9 Dec 2019 08:06:24 +0100 Subject: [PATCH] device/Raise: Restore two missing includes To be able to compile a firmware for the Raise, we need to include the HID facade, and the base keyscanner implementation from the Raise device plugin. Signed-off-by: Gergely Nagy --- src/kaleidoscope/device/dygma/Raise.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kaleidoscope/device/dygma/Raise.cpp b/src/kaleidoscope/device/dygma/Raise.cpp index 9e046652..25d21256 100644 --- a/src/kaleidoscope/device/dygma/Raise.cpp +++ b/src/kaleidoscope/device/dygma/Raise.cpp @@ -24,8 +24,10 @@ #include #include +#include "kaleidoscope/hid.h" #include "kaleidoscope/util/crc16.h" #include "kaleidoscope/driver/color/GammaCorrection.h" +#include "kaleidoscope/driver/keyscanner/Base_Impl.h" #define I2C_CLOCK_KHZ 200 #define I2C_FLASH_CLOCK_KHZ 100 // flashing doesn't work reliably at higher clock speeds