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