Renamed the library to Kaleidoscope-LEDControl, and followed up with other renames. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/365/head
parent
dddc014619
commit
1a8ce8cab1
@ -1,6 +1,6 @@
|
|||||||
# Keyboardio-LEDControl
|
# Kaleidoscope-LEDControl
|
||||||
|
|
||||||
This is a plugin for [KeyboardioFirmware][fw], for controlling the LEDs, and LED
|
This is a plugin for [Kaleidoscope][fw], for controlling the LEDs, and LED
|
||||||
effects.
|
effects.
|
||||||
|
|
||||||
[fw]: https://github.com/keyboardio/KeyboardioFirmware
|
[fw]: https://github.com/keyboardio/Kaleidoscope
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=Keyboardio-LEDControl
|
name=Kaleidoscope-LEDControl
|
||||||
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=LED control for Keyboardio boards.
|
sentence=LED control for Kaleidoscope.
|
||||||
paragraph=...
|
paragraph=...
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/keyboardio/Keyboardio-LEDControl
|
url=https://github.com/keyboardio/Kaleidoscope-LEDControl
|
||||||
architectures=avr
|
architectures=avr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <KeyboardioFirmware.h>
|
#include <Kaleidoscope.h>
|
||||||
|
|
||||||
cRGB breath_compute (void);
|
cRGB breath_compute (void);
|
||||||
cRGB hsv_to_rgb(uint16_t h, uint16_t s, uint16_t v);
|
cRGB hsv_to_rgb(uint16_t h, uint16_t s, uint16_t v);
|
||||||
|
Loading…
Reference in new issue