summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/space_oddity/readme.md
diff options
context:
space:
mode:
authorJames <32029516+broken-username@users.noreply.github.com>2017-10-23 20:26:52 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-23 20:26:52 +0200
commitc2b8a47604106af17b37fbe54d7dac02493bba68 (patch)
tree02a266a28bdb8c30dd95881b807a19b6b2973c9e /keyboards/handwired/space_oddity/readme.md
parent07ec609fadee47df505b9cfbc7d4a019a265d730 (diff)
downloadqmk_firmware-c2b8a47604106af17b37fbe54d7dac02493bba68.tar.gz
qmk_firmware-c2b8a47604106af17b37fbe54d7dac02493bba68.tar.xz
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.
Diffstat (limited to 'keyboards/handwired/space_oddity/readme.md')
-rw-r--r--keyboards/handwired/space_oddity/readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/space_oddity/readme.md b/keyboards/handwired/space_oddity/readme.md
index 1dadcb8a9..07ec957fa 100644
--- a/keyboards/handwired/space_oddity/readme.md
+++ b/keyboards/handwired/space_oddity/readme.md
@@ -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! \ No newline at end of file
+This design was conceived by James Taylor. Any requests for further information, suggestions, and/or tips for building your own are welcome! \ No newline at end of file