summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-10-03 22:09:52 -0700
committerJesse Vincent <jesse@keyboard.io>2017-10-03 22:10:38 -0700
commitbc817483913cdea8573e13c0cb81c6b1c092d082 (patch)
tree9770f45a82c3aaa7758f1559bc49757418df02dc
parent0063537e04b634951b2667b957c576fa01d834f3 (diff)
downloadmodel01-firmware-bc817483913cdea8573e13c0cb81c6b1c092d082.tar.gz
model01-firmware-bc817483913cdea8573e13c0cb81c6b1c092d082.tar.bz2
model01-firmware-bc817483913cdea8573e13c0cb81c6b1c092d082.zip
Little bits of glue to make the Model01 Firwmare into a 'real' arduino library that the IDE doesn't hate
-rw-r--r--library.properties10
-rw-r--r--src/Model01-Firmware.h0
2 files changed, 10 insertions, 0 deletions
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 <jesse@keyboard.io>
+maintainer=Jesse Vincent <jesse@keyboard.io>
+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
--- /dev/null
+++ b/src/Model01-Firmware.h