]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/kbod/readme.md
Forgot semicolon, and add reference link
[qmk_firmware.git] / keyboards / handwired / kbod / readme.md
1 KBOD keyboard firmware
2 ======================
3
4 KBOD is a 60% Keyboard kit, hand-wired, with Arduino Micro as its controller. It's utilize 8x8 matrix and has layout similar to GH-60
5
6 ## Quantum MK Firmware
7
8 For the full Quantum feature list, see [the parent readme](/).
9
10 ## Building
11
12 Download or clone the whole firmware and use ```make handwired-kbod-default``` to generate the .hex file. You may flash it with avrdude
13
14 ## Flashing
15 Something along this line:
16
17 ```
18 avrdude -p m32u4 -c avr109 -P <COM PORT> -C <avrdude conf file> -e -u flash:w:handwired_kbod_default.hex
19 ```
20
21 [More info](https://github.com/fudanchii/keyboard_of_disapproval)