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
|
version=0.0.1
|
||||||
author=Jesse Vincent
|
author=Jesse Vincent
|
||||||
maintainer=Jesse Vincent <jesse@keyboard.io>
|
maintainer=Jesse Vincent <jesse@keyboard.io>
|
||||||
sentence=Solid color LED effects for KeyboardioFirmware.
|
sentence=Solid color LED effects for Kaleidoscope.
|
||||||
paragraph=...
|
paragraph=...
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/keyboardio/Keyboardio-LEDEffect-SolidColor
|
url=https://github.com/keyboardio/Kaleidoscope-LEDEffect-SolidColor
|
||||||
architectures=avr
|
architectures=avr
|
||||||
dot_a_linkage=true
|
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) {
|
LEDSolidColor::LEDSolidColor (uint8_t r, uint8_t g, uint8_t b) {
|
||||||
this->r = r;
|
this->r = r;
|
@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Keyboardio-LEDControl.h"
|
#include "Kaleidoscope-LEDControl.h"
|
||||||
|
|
||||||
class LEDSolidColor : LEDMode {
|
class LEDSolidColor : LEDMode {
|
||||||
public:
|
public:
|
Loading…
Reference in new issue