Moved the library sources into src/, and the sketch into examples/. This makes it easier to use the project as a library, and the default firmware sketch shows up in Arduino IDE's Files/Examples menu. This in turn, has a very neat side effect: an end user can start from this example, and when they save it, it will be saved to their Sketchbook, and the library can be updated independently, without having to worry about conflicts. Having the Sketch separate from the sources also paves the way for moving the keymap there. As far as Arduino IDE dependencies go: this requires Arduino IDE 1.6.7+, the same minimum version required previously. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/28/head
parent
a5f3b98c79
commit
bd35e8dfed
@ -0,0 +1,10 @@
|
|||||||
|
name=KeyboardioFirmware
|
||||||
|
version=0.0.1
|
||||||
|
author=Jesse Vincent
|
||||||
|
maintainer=Jesse Vincent <jesse@keyboard.io>
|
||||||
|
sentence=Firmware for the Keyboardio Model 01.
|
||||||
|
paragraph=...
|
||||||
|
category=Communication
|
||||||
|
url=https://github.com/keyboardio/KeyboardioFirmware
|
||||||
|
architectures=avr
|
||||||
|
dot_a_linkage=true
|
Loading…
Reference in new issue