The Big Rename

Renamed the library to Kaleidoscope-LEDEffect-Rainbow, and followed up with
other renames.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent 86eaa90abd
commit dd734adb1c

@ -1,5 +1,5 @@
# Keyboardio-LEDEffect-Rainbow
# Kaleidoscope-LEDEffect-Rainbow
This is a plugin for [KeyboardioFirmware][fw], adding some Rainbow LED effects.
This is a plugin for [Kaleidoscope][fw], adding some Rainbow LED effects.
[fw]: https://github.com/keyboardio/KeyboardioFirmware
[fw]: https://github.com/keyboardio/Kaleidoscope

@ -1,10 +1,10 @@
name=Keyboardio-LEDEffect-Rainbow
name=Kaleidoscope-LEDEffect-Rainbow
version=0.0.1
author=Jesse Vincent
maintainer=Jesse Vincent <jesse@keyboard.io>
sentence=Rainbow LED effects for KeyboardioFirmware.
sentence=Rainbow LED effects for Kaleidoscope.
paragraph=...
category=Communication
url=https://github.com/keyboardio/Keyboardio-LEDEffect-Rainbow
url=https://github.com/keyboardio/Kaleidoscope-LEDEffect-Rainbow
architectures=avr
dot_a_linkage=true

@ -1,4 +1,4 @@
#include "Keyboardio-LEDEffect-Rainbow.h"
#include "Kaleidoscope-LEDEffect-Rainbow.h"
LEDRainbowEffect_::LEDRainbowEffect_ (void) {
}

@ -1,6 +1,6 @@
#pragma once
#include "Keyboardio-LEDControl.h"
#include "Kaleidoscope-LEDControl.h"
#include "LEDUtils.h"
class LEDRainbowEffect_ : LEDMode {
Loading…
Cancel
Save