Instead of including KeyboardConfig.h, include KeyboardioFirmware.h

This works both when the hardware bits are still in KeyboardioFirmware, and when
lifted out, too.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent 8431e3a48a
commit d0182ad2bb

@ -1,6 +1,6 @@
#pragma once
#include "KeyboardConfig.h"
#include <KeyboardioFirmware.h>
cRGB breath_compute (void);
cRGB hsv_to_rgb(uint16_t h, uint16_t s, uint16_t v);

Loading…
Cancel
Save