From bc817483913cdea8573e13c0cb81c6b1c092d082 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 3 Oct 2017 22:09:52 -0700 Subject: Little bits of glue to make the Model01 Firwmare into a 'real' arduino library that the IDE doesn't hate --- library.properties | 10 ++++++++++ src/Model01-Firmware.h | 0 2 files changed, 10 insertions(+) create mode 100644 library.properties create mode 100644 src/Model01-Firmware.h diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..bc5d057 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=Model01-Firmware +version=1.0 +author=Jesse Vincent +maintainer=Jesse Vincent +sentence=The reference firmware for the Keyboardio Model 01 +paragraph=Keyboard firmware! +category=Communication +url=https://keyboard.io +architectures=avr + diff --git a/src/Model01-Firmware.h b/src/Model01-Firmware.h new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3