Adjusted for the separate LED effect plugins

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/90/head
Gergely Nagy 8 years ago
parent eaf3991f38
commit 420e1e9eac

@ -11,11 +11,11 @@
#include "generated/keymaps.h"
#include "LED-Off.h"
#include "LED-SolidColor.h"
#include "LED-Numlock.h"
#include "LED-BreatheEffect.h"
#include "LED-ChaseEffect.h"
#include "LED-RainbowEffect.h"
#include "Keyboardio-LEDEffect-SolidColor.h"
#include "Keyboardio-LEDEffect-Numlock.h"
#include "Keyboardio-LEDEffect-Breathe.h"
#include "Keyboardio-LEDEffect-Chase.h"
#include "Keyboardio-LEDEffect-Rainbow.h"
uint8_t primary_keymap = 0;
uint8_t temporary_keymap = 0;

@ -1,6 +1,6 @@
#include "KeyboardioFirmware.h"
#include "TestMode.h"
#include "LED-RainbowEffect.h"
#include "Keyboardio-LEDEffect-Rainbow.h"
cRGB red;
cRGB blue;

Loading…
Cancel
Save