Renamed the library to Kaleidoscope-LEDEffect-SolidColor, and followed up with other renames. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/365/head
parent
563a9e9ad3
commit
c53b67fbea
@ -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
|
||||
|
@ -1,10 +1,10 @@
|
||||
name=Keyboardio-LEDEffect-SolidColor
|
||||
name=Kaleidoscope-LEDEffect-SolidColor
|
||||
version=0.0.1
|
||||
author=Jesse Vincent
|
||||
maintainer=Jesse Vincent <jesse@keyboard.io>
|
||||
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
|
||||
|
@ -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;
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Keyboardio-LEDControl.h"
|
||||
#include "Kaleidoscope-LEDControl.h"
|
||||
|
||||
class LEDSolidColor : LEDMode {
|
||||
public:
|
Loading…
Reference in new issue