qmk_firmware/keyboards/handwired/space_oddity
Drashna Jaelre b05c0e46c6 Adds a default value for IS_COMMAND for COMMAND feature (#4301)
* Add default value for IS_COMMAND for COMMAND feature

* Cleanup and consistency

* Update Templates to reflect change

* Fix IS_COMMAND in template

* Fix IS_COMMAND define

* Use consistent IS_COMMAND block in templates

* Remove unnecessary `#undef IS_COMMAND` directives

* Fix compile issue on orthodox

* Reomve IS_COMMAND option for newer boards

* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting

* Remove a couple of additional IS_COMMAND defines

* Remove remaining redundant IS_COMMAND definitions

* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin

* Remove multiple empty lines in modified config.h files

* Update additional boards

* Reomve IS_COMMAND from newer boards

* Update Alice keyboard

* Remove IS_COMMAND from additional boards

Jan 24th edition
2019-01-26 15:49:45 -08:00
..
keymaps/default Some finishing touches on space_oddity (#1892) 2017-10-23 08:26:52 -10:00
config.h Adds a default value for IS_COMMAND for COMMAND feature (#4301) 2019-01-26 15:49:45 -08:00
readme.md Some finishing touches on space_oddity (#1892) 2017-10-23 08:26:52 -10:00
rules.mk Updates bootloader settings, adds file size check (#2029) 2017-11-27 23:08:21 -05:00
space_oddity.c Additional custom handwired layout - Space Oddity (#1868) 2017-10-21 10:04:35 -10:00
space_oddity.h Additional custom handwired layout - Space Oddity (#1868) 2017-10-21 10:04:35 -10:00

Space Oddity Keyboard

This firmware is for an Emacs-focused handwired custom keyboard using an Arduino Pro Micro.

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, 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

Pinout

The following pins are used:

  • Columns 1-12: B2, B6, B5, B4, E6, D7, C6, D4, D0, D1, D2, D3
  • Rows 1-6: F4, F5, F6, F7, B1, B3

Compiling and loading the firmware

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, suggestions, and/or tips for building your own are welcome!