From c53b67fbea6ad9e593aa6c8a360869ee3efbdd16 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 11 Feb 2017 23:24:57 +0100 Subject: [PATCH] The Big Rename Renamed the library to Kaleidoscope-LEDEffect-SolidColor, and followed up with other renames. Signed-off-by: Gergely Nagy --- README.md | 6 +++--- library.properties | 6 +++--- ...SolidColor.cpp => Kaleidoscope-LEDEffect-SolidColor.cpp} | 2 +- ...ect-SolidColor.h => Kaleidoscope-LEDEffect-SolidColor.h} | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename src/{Keyboardio-LEDEffect-SolidColor.cpp => Kaleidoscope-LEDEffect-SolidColor.cpp} (82%) rename src/{Keyboardio-LEDEffect-SolidColor.h => Kaleidoscope-LEDEffect-SolidColor.h} (82%) diff --git a/README.md b/README.md index 2715a771..a09cb3df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Keyboardio-LEDEffect-SolidColor +# Kaleidoscope-LEDEffect-SolidColor -This is a plugin for [KeyboardioFirmware][fw], adding a solid color LED effect. +This is a plugin for [Kaleidoscope][fw], adding a solid color LED effect. - [fw]: https://github.com/keyboardio/KeyboardioFirmware + [fw]: https://github.com/keyboardio/Kaleidoscope diff --git a/library.properties b/library.properties index 39ccf3f2..8b7571e8 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ -name=Keyboardio-LEDEffect-SolidColor +name=Kaleidoscope-LEDEffect-SolidColor version=0.0.1 author=Jesse Vincent maintainer=Jesse Vincent -sentence=Solid color LED effects for KeyboardioFirmware. +sentence=Solid color LED effects for Kaleidoscope. paragraph=... category=Communication -url=https://github.com/keyboardio/Keyboardio-LEDEffect-SolidColor +url=https://github.com/keyboardio/Kaleidoscope-LEDEffect-SolidColor architectures=avr dot_a_linkage=true diff --git a/src/Keyboardio-LEDEffect-SolidColor.cpp b/src/Kaleidoscope-LEDEffect-SolidColor.cpp similarity index 82% rename from src/Keyboardio-LEDEffect-SolidColor.cpp rename to src/Kaleidoscope-LEDEffect-SolidColor.cpp index a49b0dce..4a49b8ef 100644 --- a/src/Keyboardio-LEDEffect-SolidColor.cpp +++ b/src/Kaleidoscope-LEDEffect-SolidColor.cpp @@ -1,4 +1,4 @@ -#include "Keyboardio-LEDEffect-SolidColor.h" +#include "Kaleidoscope-LEDEffect-SolidColor.h" LEDSolidColor::LEDSolidColor (uint8_t r, uint8_t g, uint8_t b) { this->r = r; diff --git a/src/Keyboardio-LEDEffect-SolidColor.h b/src/Kaleidoscope-LEDEffect-SolidColor.h similarity index 82% rename from src/Keyboardio-LEDEffect-SolidColor.h rename to src/Kaleidoscope-LEDEffect-SolidColor.h index 01965678..823969a1 100644 --- a/src/Keyboardio-LEDEffect-SolidColor.h +++ b/src/Kaleidoscope-LEDEffect-SolidColor.h @@ -1,6 +1,6 @@ #pragma once -#include "Keyboardio-LEDControl.h" +#include "Kaleidoscope-LEDControl.h" class LEDSolidColor : LEDMode { public: