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 <algernon@keyboard.io>
pull/759/head
Gergely Nagy 5 years ago
parent 21b8b14875
commit 50fb0c6662
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -24,8 +24,10 @@
#include <KeyboardioHID.h>
#include <Wire.h>
#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

Loading…
Cancel
Save