logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1503B)


  1. # Keyboardio Atreus
  2. ![Atreus](https://atreus.technomancy.us/i/atreus2-mug.jpg)
  3. A small mechanical keyboard that is based around the shape of the human hand.
  4. * Keyboard Maintainer: [Keyboardio](https://github.com/keyboardio)
  5. * Hardware Supported: Keyboardio Atreus
  6. * Hardware Availability: https://www.kickstarter.com/projects/keyboardio/atreus
  7. These configuration files are specifically for the Keyboardio Atreus, a
  8. collaboration between [Phil Hagelberg](https://github.com/technomancy) and
  9. [Keyboardio](https://github.com/keyboardio). The keyboard is currently on
  10. Kickstarter, and will come fully assembled.
  11. Make example for this keyboard (after setting up your build environment):
  12. make keyboardio/atreus:default
  13. Flashing example for this keyboard:
  14. make keyboardio/atreus:default:flash
  15. *Unlike the TMK firmware, these commands should be run from the root of the repository, not the directory containing this readme.*
  16. To flash new firmware, the keyboard needs to be in bootloader mode. To do that,
  17. one needs to hold the bottom left key (`Esc` by default) and reset the
  18. keyboard - either via a macro, or by sending a hang-up signal to the keyboard
  19. device, or by pressing the reset button on the bottom with a pin.
  20. 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).