From c2b8a47604106af17b37fbe54d7dac02493bba68 Mon Sep 17 00:00:00 2001 From: James <32029516+broken-username@users.noreply.github.com> Date: Mon, 23 Oct 2017 12:26:52 -0600 Subject: 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. --- keyboards/handwired/space_oddity/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keyboards/handwired/space_oddity/readme.md') diff --git a/keyboards/handwired/space_oddity/readme.md b/keyboards/handwired/space_oddity/readme.md index 1dadcb8a93..07ec957faf 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 -- cgit v1.2.3