1
0

Drop the LED-Off.h include, the header is deprecated

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
This commit is contained in:
Gergely Nagy 2018-10-22 00:27:34 +02:00
parent 56a90f702e
commit 5343f4306e
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

View File

@ -35,9 +35,6 @@
// Support for "Numpad" mode, which is mostly just the Numpad specific LED mode
#include "Kaleidoscope-NumPad.h"
// Support for an "LED off mode"
#include "LED-Off.h"
// Support for the "Boot greeting" effect, which pulses the 'LED' button for 10s
// when the keyboard is connected to a computer (or that computer is powered on)
#include "Kaleidoscope-LEDEffect-BootGreeting.h"