diff options
Diffstat (limited to 'keyboards/handwired/space_oddity/readme.md')
-rw-r--r-- | keyboards/handwired/space_oddity/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |