]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/magicforce61/README.md
Update keyboards/kbdfans/kbd67/readme.md
[qmk_firmware.git] / keyboards / handwired / magicforce61 / README.md
1 Magicforce "61" Handwired
2 =======================
3
4 Basically I cut 7 keys off the magicforce68 and handwired everything to a
5 teensy++ 2.0 to make it a ~60% board.
6
7 ## Wiring Layout
8
9 ![Wiring Layout](https://imgur.com/gallery/RxYyA)
10
11 ## Pinout
12
13 The following pins are used:
14
15   ```
16   #define MATRIX_ROW_PINS { D0, D1, D2, D3, D4 }
17   #define MATRIX_COL_PINS { B5, B4, B3, B2, B1, B0, E7, E6, F0, F1, F2, F3, F4, F5 } 
18   ```
19
20 ## Compiling and loading the firmware
21
22 To build the firmware, run `make handwired/magicforce61`.
23
24 Flash the firmware using the teensy loader or avrdude.