aboutsummaryrefslogtreecommitdiff
path: root/Model01-Firmware.ino
diff options
context:
space:
mode:
authorJesse Vincent <jesse@fsck.com>2018-10-21 20:27:44 -0700
committerGitHub <noreply@github.com>2018-10-21 20:27:44 -0700
commita963b8074e72d05b231ac7af65b897fa405cbc58 (patch)
treef25541e2c50b99dfd55e6be25e45aedc777149d5 /Model01-Firmware.ino
parentTravis cleanup (diff)
parentsrc/Model01-Firmware.h: Add a #pragma once to make cpplint happy (diff)
downloadkeyboardio-model01-a963b8074e72d05b231ac7af65b897fa405cbc58.tar.gz
keyboardio-model01-a963b8074e72d05b231ac7af65b897fa405cbc58.tar.bz2
keyboardio-model01-a963b8074e72d05b231ac7af65b897fa405cbc58.zip
Merge pull request #67 from keyboardio/h/warning-fixes
Two small warning fixes
Diffstat (limited to 'Model01-Firmware.ino')
-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"