Renamed the library to Kaleidoscope-Numlock, and followed up with other renames. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/365/head
parent
89b92927e4
commit
5fe8ff28cb
@ -1,6 +1,6 @@
|
|||||||
# Keyboardio-Numlock
|
# Kaleidoscope-Numlock
|
||||||
|
|
||||||
This is a plugin for [KeyboardioFirmware][fw], that adds a NumLock-specific LED
|
This is a plugin for [Kaleidoscope][fw], that adds a NumLock-specific LED
|
||||||
effect, along with a way to toggle to a numpad layer, and apply the effect.
|
effect, along with a way to toggle to a numpad layer, and apply the effect.
|
||||||
|
|
||||||
[fw]: https://github.com/keyboardio/KeyboardioFirmware
|
[fw]: https://github.com/keyboardio/Kaleidoscope
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
name=Keyboardio-Numlock
|
name=Kaleidoscope-Numlock
|
||||||
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=A Numlock plugin for KeyboardioFirmware.
|
sentence=A Numlock plugin for Kaleidoscope.
|
||||||
paragraph=...
|
paragraph=...
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/keyboardio/Keyboardio-Numlock
|
url=https://github.com/keyboardio/Kaleidoscope-Numlock
|
||||||
architectures=avr
|
architectures=avr
|
||||||
dot_a_linkage=true
|
dot_a_linkage=true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "Keyboardio-Numlock.h"
|
#include "Kaleidoscope-Numlock.h"
|
||||||
#include "LEDUtils.h"
|
#include "LEDUtils.h"
|
||||||
#include "KeyboardioFirmware.h"
|
#include "Kaleidoscope.h"
|
||||||
#include "layers.h"
|
#include "layers.h"
|
||||||
|
|
||||||
uint8_t NumLock_::previousLEDMode;
|
uint8_t NumLock_::previousLEDMode;
|
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Keyboardio-LEDControl.h"
|
#include "Kaleidoscope-LEDControl.h"
|
||||||
#include "Keyboardio-Macros.h"
|
#include "Kaleidoscope-Macros.h"
|
||||||
#include "LEDUtils.h"
|
#include "LEDUtils.h"
|
||||||
|
|
||||||
#define TOGGLENUMLOCK 0
|
#define TOGGLENUMLOCK 0
|
Loading…
Reference in new issue