Rename to Keyboardio-Numlock

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
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 This is a plugin for [KeyboardioFirmware][fw], that adds a NumLock-specific LED
Num-lock is active. 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/KeyboardioFirmware

@ -1,10 +1,10 @@
name=Keyboardio-LEDEffect-Numlock name=Keyboardio-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=Special LED effect for when Numlock is pressed on Keyboardio boards. sentence=A Numlock plugin for KeyboardioFirmware.
paragraph=... paragraph=...
category=Communication category=Communication
url=https://github.com/keyboardio/Keyboardio-LEDEffect-Numlock url=https://github.com/keyboardio/Keyboardio-Numlock
architectures=avr architectures=avr
dot_a_linkage=true dot_a_linkage=true

@ -1,4 +1,4 @@
#include "Keyboardio-LEDEffect-Numlock.h" #include "Keyboardio-Numlock.h"
#include "LEDUtils.h" #include "LEDUtils.h"
#include "KeyboardioFirmware.h" #include "KeyboardioFirmware.h"
#include "layers.h" #include "layers.h"
Loading…
Cancel
Save