diff options
author | coderkun <olli@coderkun.de> | 2017-05-06 12:19:45 +0200 |
---|---|---|
committer | coderkun <olli@coderkun.de> | 2017-05-06 12:19:45 +0200 |
commit | 49046f621bc8304c8c7ba7a065d2568f45ecc616 (patch) | |
tree | 4a1fc5d37e012502ff4732c801381eec814a2e01 /keyboards/handwired/kbod/readme.md | |
parent | 9e7448ea89a1a88317f0acb805819af79d0a76e3 (diff) | |
parent | c5cef025ec39e67408f000825747d88c6aaa86eb (diff) | |
download | qmk_firmware-49046f621bc8304c8c7ba7a065d2568f45ecc616.tar.gz qmk_firmware-49046f621bc8304c8c7ba7a065d2568f45ecc616.zip |
Merge tag '0.5.43' into coderkun_neo2
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 0000000000..67bf711bee --- /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 |