diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-10-03 22:09:52 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-10-03 22:10:38 -0700 |
commit | bc817483913cdea8573e13c0cb81c6b1c092d082 (patch) | |
tree | 9770f45a82c3aaa7758f1559bc49757418df02dc /library.properties | |
parent | 0063537e04b634951b2667b957c576fa01d834f3 (diff) | |
download | Model01-Firmware-bc817483913cdea8573e13c0cb81c6b1c092d082.tar.gz Model01-Firmware-bc817483913cdea8573e13c0cb81c6b1c092d082.zip |
Little bits of glue to make the Model01 Firwmare into a 'real' arduino library that the IDE doesn't hate
Diffstat (limited to 'library.properties')
-rw-r--r-- | library.properties | 10 |
1 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 + |