Rename the library to Kaleidoscope-Hardware-Model01, and follow up with other renames. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/365/head
parent
c2a398f7ab
commit
5bdd12e533
@ -1,7 +1,7 @@
|
|||||||
# Keyboardio-Hardware-Model01
|
# Kaleidoscope-Hardware-Model01
|
||||||
|
|
||||||
This is a plugin for [KeyboardioFirmware][fw], that adds hardware support for
|
This is a plugin for [Kaleidoscope][fw], that adds hardware support for
|
||||||
the [Keyboardio Model01][kbdio:model01].
|
the [Keyboardio Model01][kbdio:model01].
|
||||||
|
|
||||||
[fw]: https://github.com/keyboardio/KeyboardioFirmware
|
[fw]: https://github.com/keyboardio/Kaleidoscope
|
||||||
[kbdio:model01]: https://shop.keyboard.io/
|
[kbdio:model01]: https://shop.keyboard.io/
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=Keyboardio-Hardware-Model01
|
name=Kaleidoscope-Hardware-Model01
|
||||||
version=0.0.1
|
version=0.0.1
|
||||||
author=Jesse Vincent <jesse@keyboard.io>
|
author=Jesse Vincent <jesse@keyboard.io>
|
||||||
maintainer=Jesse Vincent <jesse@keyboard.io>
|
maintainer=Jesse Vincent <jesse@keyboard.io>
|
||||||
sentence=Keyboardio Model01 Hardware support for KeyboardioFirmware.
|
sentence=Keyboardio Model01 Hardware support for Kaleidoscope.
|
||||||
paragraph=...
|
paragraph=...
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/keyboardio/Keyboardio-Hardware-Model01
|
url=https://github.com/keyboardio/Kaleidoscope-Hardware-Model01
|
||||||
architectures=avr
|
architectures=avr
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include <KeyboardioFirmware.h>
|
#include <Kaleidoscope.h>
|
||||||
#include <avr/wdt.h>
|
#include <avr/wdt.h>
|
||||||
#include <EEPROM.h>
|
#include <EEPROM.h>
|
||||||
|
|
Loading…
Reference in new issue