Some finishing touches on space_oddity (#1892)

* Add verbose comments, ASCII layout pictures, and re-word readme.md

* Fix omission of F(2) on the third layer.
This commit is contained in:
James
2017-10-23 12:26:52 -06:00
committed by Jack Humbert
parent 07ec609fad
commit c2b8a47604
2 changed files with 87 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ This firmware is for an Emacs-focused handwired custom keyboard using an Arduino
As originally designed, the top row consists of 2u keys which are used for user-defined macros. The keys for Shift and Enter are 1.75u.
Some simple example macros are included. To add your own, simply add the number of the macro you want in the appropriate section.
Some simple example macros are included. To add your own, just add the number of the macro you want in the appropriate section.
A picture of the finished product can be found here: https://imgur.com/dE9Y4XK
@@ -17,9 +17,9 @@ The following pins are used:
## Compiling and loading the firmware
To build the firmware, run `make handwired/space-oddity` from the toplevel directory.
To build the firmware, run `make handwired/space_oddity` from the toplevel directory.
On GNU/Linux, you can flash the default layout onto the microcontroller by using `avrdude -p atmega32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:handwired_space_oddity_default.hex`. Note that the device name under `/dev` may be different.
This design was conceived by James Taylor. Any requests for further information and/or tips for building your own are welcome!
This design was conceived by James Taylor. Any requests for further information, suggestions, and/or tips for building your own are welcome!