Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/365/head
parent
b06b2fcc73
commit
89b92927e4
@ -1,6 +1,6 @@
|
||||
# Keyboardio-LEDEffect-Numlock
|
||||
# Keyboardio-Numlock
|
||||
|
||||
This is a plugin for [KeyboardioFirmware][fw], adding an LED effect for when
|
||||
Num-lock is active.
|
||||
This is a plugin for [KeyboardioFirmware][fw], that adds a NumLock-specific LED
|
||||
effect, along with a way to toggle to a numpad layer, and apply the effect.
|
||||
|
||||
[fw]: https://github.com/keyboardio/KeyboardioFirmware
|
||||
|
@ -1,10 +1,10 @@
|
||||
name=Keyboardio-LEDEffect-Numlock
|
||||
name=Keyboardio-Numlock
|
||||
version=0.0.1
|
||||
author=Jesse Vincent
|
||||
maintainer=Jesse Vincent <jesse@keyboard.io>
|
||||
sentence=Special LED effect for when Numlock is pressed on Keyboardio boards.
|
||||
sentence=A Numlock plugin for KeyboardioFirmware.
|
||||
paragraph=...
|
||||
category=Communication
|
||||
url=https://github.com/keyboardio/Keyboardio-LEDEffect-Numlock
|
||||
url=https://github.com/keyboardio/Keyboardio-Numlock
|
||||
architectures=avr
|
||||
dot_a_linkage=true
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "Keyboardio-LEDEffect-Numlock.h"
|
||||
#include "Keyboardio-Numlock.h"
|
||||
#include "LEDUtils.h"
|
||||
#include "KeyboardioFirmware.h"
|
||||
#include "layers.h"
|
Loading…
Reference in new issue