diff --git a/README.md b/README.md index 5b2205a5..12bee0bf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/library.properties b/library.properties index d2bfc2c2..2bbb13f0 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ -name=Keyboardio-LEDEffect-Breathe +name=Kaleidoscope-LEDEffect-Breathe version=0.0.1 author=Jesse Vincent maintainer=Jesse Vincent -sentence=A breathing effect for the LEDs on Keyboardio boards. +sentence=A breathing effect on the LEDs, for Kaleidoscope. paragraph=... category=Communication -url=https://github.com/keyboardio/Keyboardio-LEDEffect-Breathe +url=https://github.com/keyboardio/Kaleidoscope-LEDEffect-Breathe architectures=avr dot_a_linkage=true diff --git a/src/Keyboardio-LEDEffect-Breathe.cpp b/src/Kaleidoscope-LEDEffect-Breathe.cpp similarity index 81% rename from src/Keyboardio-LEDEffect-Breathe.cpp rename to src/Kaleidoscope-LEDEffect-Breathe.cpp index 166fce0b..b5129474 100644 --- a/src/Keyboardio-LEDEffect-Breathe.cpp +++ b/src/Kaleidoscope-LEDEffect-Breathe.cpp @@ -1,4 +1,4 @@ -#include "Keyboardio-LEDEffect-Breathe.h" +#include "Kaleidoscope-LEDEffect-Breathe.h" LEDBreatheEffect_::LEDBreatheEffect_ (void) { } diff --git a/src/Keyboardio-LEDEffect-Breathe.h b/src/Kaleidoscope-LEDEffect-Breathe.h similarity index 83% rename from src/Keyboardio-LEDEffect-Breathe.h rename to src/Kaleidoscope-LEDEffect-Breathe.h index d8abf441..3fa7b643 100644 --- a/src/Keyboardio-LEDEffect-Breathe.h +++ b/src/Kaleidoscope-LEDEffect-Breathe.h @@ -1,6 +1,6 @@ #pragma once -#include "Keyboardio-LEDControl.h" +#include "Kaleidoscope-LEDControl.h" #include "LEDUtils.h" class LEDBreatheEffect_ : LEDMode {