Renamed the library to Kaleidoscope-LEDEffect-Breathe, and followed up with other renames. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/365/head
parent
7057b0864c
commit
805327533a
@ -1,5 +1,5 @@
|
|||||||
# Keyboardio-LEDEffect-Breathe
|
# Kaleidoscope-LEDEffect-Breathe
|
||||||
|
|
||||||
This is a plugin for [KeyboardioFirmware][fw], adding a breathe LED effect.
|
This is a plugin for [Kaleidoscope][fw], adding a breathe LED effect.
|
||||||
|
|
||||||
[fw]: https://github.com/keyboardio/KeyboardioFirmware
|
[fw]: https://github.com/keyboardio/Kaleidoscope
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
name=Keyboardio-LEDEffect-Breathe
|
name=Kaleidoscope-LEDEffect-Breathe
|
||||||
version=0.0.1
|
version=0.0.1
|
||||||
author=Jesse Vincent
|
author=Jesse Vincent
|
||||||
maintainer=Jesse Vincent <jesse@keyboard.io>
|
maintainer=Jesse Vincent <jesse@keyboard.io>
|
||||||
sentence=A breathing effect for the LEDs on Keyboardio boards.
|
sentence=A breathing effect on the LEDs, for Kaleidoscope.
|
||||||
paragraph=...
|
paragraph=...
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/keyboardio/Keyboardio-LEDEffect-Breathe
|
url=https://github.com/keyboardio/Kaleidoscope-LEDEffect-Breathe
|
||||||
architectures=avr
|
architectures=avr
|
||||||
dot_a_linkage=true
|
dot_a_linkage=true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "Keyboardio-LEDEffect-Breathe.h"
|
#include "Kaleidoscope-LEDEffect-Breathe.h"
|
||||||
|
|
||||||
LEDBreatheEffect_::LEDBreatheEffect_ (void) {
|
LEDBreatheEffect_::LEDBreatheEffect_ (void) {
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Keyboardio-LEDControl.h"
|
#include "Kaleidoscope-LEDControl.h"
|
||||||
#include "LEDUtils.h"
|
#include "LEDUtils.h"
|
||||||
|
|
||||||
class LEDBreatheEffect_ : LEDMode {
|
class LEDBreatheEffect_ : LEDMode {
|
Loading…
Reference in new issue