summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@keyboard.io>2018-10-22 00:27:34 +0200
committerGergely Nagy <algernon@keyboard.io>2018-10-22 00:27:34 +0200
commit5343f4306e4924705d4545df17910ab697e62bad (patch)
tree20801443562e5cb39fc785e97a9ae8dcfdf99767
parent56a90f702e8e374a7d5267859d4154ad90b97269 (diff)
downloadmodel01-firmware-5343f4306e4924705d4545df17910ab697e62bad.tar.gz
model01-firmware-5343f4306e4924705d4545df17910ab697e62bad.tar.bz2
model01-firmware-5343f4306e4924705d4545df17910ab697e62bad.zip
Drop the LED-Off.h include, the header is deprecated
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
-rw-r--r--Model01-Firmware.ino3
1 files changed, 0 insertions, 3 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index 371effb..5fd75f8 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -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"