diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-04-02 22:29:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 22:29:54 -0400 |
commit | 8b3fa0166794c28af8d8c38dbd64237b17211b43 (patch) | |
tree | d186b67764f7ebee2f74227e98789ad3a1aed66b /keyboards/handwired/kbod/readme.md | |
parent | ef4a7a0aa087658e006b25828daac8af8c7bee60 (diff) | |
parent | 649d08742a7aec4001193bb5a7a35ca7935a9753 (diff) |
Merge pull request #1195 from fudanchii/kbod
Handwired 60% keyboard with 8x8 matrix
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 |