From 805327533afafca6f1118862399c763d46848ce8 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 11 Feb 2017 23:20:06 +0100 Subject: [PATCH] The Big Rename Renamed the library to Kaleidoscope-LEDEffect-Breathe, and followed up with other renames. Signed-off-by: Gergely Nagy --- README.md | 6 +++--- library.properties | 6 +++--- ...ffect-Breathe.cpp => Kaleidoscope-LEDEffect-Breathe.cpp} | 2 +- ...LEDEffect-Breathe.h => Kaleidoscope-LEDEffect-Breathe.h} | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename src/{Keyboardio-LEDEffect-Breathe.cpp => Kaleidoscope-LEDEffect-Breathe.cpp} (81%) rename src/{Keyboardio-LEDEffect-Breathe.h => Kaleidoscope-LEDEffect-Breathe.h} (83%) 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 {