summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Model01-Firmware.ino3
-rw-r--r--src/Model01-Firmware.h2
2 files changed, 2 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"
diff --git a/src/Model01-Firmware.h b/src/Model01-Firmware.h
index e69de29..8a4dc34 100644
--- a/src/Model01-Firmware.h
+++ b/src/Model01-Firmware.h
@@ -0,0 +1,2 @@
+// Lets make cpplint happy!
+#pragma once