The Big Rename

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

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent 7a903afb69
commit 4611026d35

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

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

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

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