You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
814 B
814 B
Kaleidoscope-LEDControl
This is a plugin for Kaleidoscope, for controlling the LEDs, and LED effects.
Upgrading
The LEDUtils.h
and LED-Off.h
headers were moved, and need a
kaleidoscope/plugin/
prefix now. The old headers still work, but are
deprecated, and will emit a warning. Both of them are included by
<Kaleidoscope-LEDControl.h>
by default, so instead of migrating to the new
paths, one might wish to simply drop them instead.
The compatibility headers will be removed by 2019-01-14.
Furthermore, to implement LED modes, one should use
kaleidoscope::plugin::LEDMode
as a base class now, instead of the former
kaleidoscope::LEDMode
. There is a backwards compatible typedef, but like the
headers, it will be removed by 2019-01-14.