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.

24 lines
900 B

  1. # Handwired Atreus50
  2. This firmware is for a handwired Atreus50 using an Arduino Pro Micro.
  3. Keyboard Maintainer: [The QMK Community](https://github.com/qmk)
  4. Hardware Supported: Arduino Pro Micro
  5. ## Pinout
  6. The following pins are used:
  7. - Columns 1-13: D4, D7, E6, B4, B5, B6, B2, B3, B1, F7, F6, F5, F4
  8. - Rows 1-4: D3, D2, D1, D0
  9. ## Compiling and loading the firmware
  10. Make example for this keyboard (after setting up your build environment):
  11. make handwired/atreus50:default
  12. To flash the firmware onto the microcontroller, run `make avrdude`, and press the reset button.
  13. make handwired/atreus50:default:avrdude
  14. 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).