2017-02-26 04:41:03 +00:00
|
|
|
KBOD keyboard firmware
|
2017-02-21 02:39:51 +00:00
|
|
|
======================
|
|
|
|
|
2017-02-26 04:41:03 +00:00
|
|
|
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
|
|
|
|
|
2017-02-21 02:39:51 +00:00
|
|
|
## Quantum MK Firmware
|
|
|
|
|
|
|
|
For the full Quantum feature list, see [the parent readme](/).
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
2017-10-14 21:32:19 +00:00
|
|
|
Download or clone the whole firmware and use ```make handwired/kbod:default``` to generate the .hex file. You may flash it with avrdude
|
2017-02-21 02:39:51 +00:00
|
|
|
|
2017-02-26 04:41:03 +00:00
|
|
|
## Flashing
|
|
|
|
Something along this line:
|
2017-02-21 02:39:51 +00:00
|
|
|
|
|
|
|
```
|
2017-02-26 04:41:03 +00:00
|
|
|
avrdude -p m32u4 -c avr109 -P <COM PORT> -C <avrdude conf file> -e -u flash:w:handwired_kbod_default.hex
|
2017-02-26 04:44:21 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
[More info](https://github.com/fudanchii/keyboard_of_disapproval)
|