You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.4 KiB

  1. # Space Oddity Keyboard
  2. ![Space Oddity](https://i.imgur.com/dE9Y4XK.jpg)
  3. This firmware is for an Emacs-focused handwired custom keyboard using an Arduino Pro Micro.
  4. 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.
  5. Some simple example macros are included. To add your own, just add the number of the macro you want in the appropriate section.
  6. This design was conceived by James Taylor. Any requests for further information, suggestions, and/or tips for building your own are welcome!
  7. Keyboard Maintainer: [James Taylor](https://github.com/broken-username)
  8. Hardware Supported: Arduino Pro Micro
  9. ## Pinout
  10. The following pins are used:
  11. - Columns 1-12: B2, B6, B5, B4, E6, D7, C6, D4, D0, D1, D2, D3
  12. - Rows 1-6: F4, F5, F6, F7, B1, B3
  13. ## Flashing
  14. Make example for this keyboard (after setting up your build environment):
  15. make handwired/space_oddity:default
  16. On GNU/Linux, you can flash the default layout onto the microcontroller by using
  17. avrdude -p atmega32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:handwired_space_oddity_default.hex
  18. Note that the device name under `/dev` may be different.
  19. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).