Merge pull request #67 from keyboardio/h/warning-fixes
Two small warning fixes
This commit is contained in:
commit
a963b8074e
@ -35,9 +35,6 @@
|
|||||||
// Support for "Numpad" mode, which is mostly just the Numpad specific LED mode
|
// Support for "Numpad" mode, which is mostly just the Numpad specific LED mode
|
||||||
#include "Kaleidoscope-NumPad.h"
|
#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
|
// 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)
|
// when the keyboard is connected to a computer (or that computer is powered on)
|
||||||
#include "Kaleidoscope-LEDEffect-BootGreeting.h"
|
#include "Kaleidoscope-LEDEffect-BootGreeting.h"
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
// Lets make cpplint happy!
|
||||||
|
#pragma once
|
Loading…
x
Reference in New Issue
Block a user