diff options
author | Stick <nstickney@gmail.com> | 2017-04-03 16:59:27 -0500 |
---|---|---|
committer | Stick <nstickney@gmail.com> | 2017-04-03 16:59:27 -0500 |
commit | bee9183e7fae7c739b9c42dd4dc759783ac80e46 (patch) | |
tree | 690f17486c2e57175bbd36152d685ebedc7c9439 /keyboards/handwired/kbod/readme.md | |
parent | b6280d0cac59c741db62a63072efd5de4887fc01 (diff) | |
parent | 3ac9259742bfd428f71c31dbf2bfedace2a7f91b (diff) | |
download | qmk_firmware-bee9183e7fae7c739b9c42dd4dc759783ac80e46.tar.gz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/handwired/kbod/readme.md')
-rw-r--r-- | keyboards/handwired/kbod/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/handwired/kbod/readme.md b/keyboards/handwired/kbod/readme.md new file mode 100644 index 000000000..67bf711be --- /dev/null +++ b/keyboards/handwired/kbod/readme.md @@ -0,0 +1,21 @@ +KBOD keyboard firmware +====================== + +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 + +## Quantum MK Firmware + +For the full Quantum feature list, see [the parent readme](/). + +## Building + +Download or clone the whole firmware and use ```make handwired-kbod-default``` to generate the .hex file. You may flash it with avrdude + +## Flashing +Something along this line: + +``` +avrdude -p m32u4 -c avr109 -P <COM PORT> -C <avrdude conf file> -e -u flash:w:handwired_kbod_default.hex +``` + +[More info](https://github.com/fudanchii/keyboard_of_disapproval)
\ No newline at end of file |