2017-02-26 11:41:03 +07:00
|
|
|
KBOD keyboard firmware
|
2017-02-21 09:39:51 +07:00
|
|
|
======================
|
|
|
|
|
2017-02-26 11:41:03 +07: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 09:39:51 +07:00
|
|
|
## Quantum MK Firmware
|
|
|
|
|
|
|
|
For the full Quantum feature list, see [the parent readme](/).
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
2017-10-14 11:32:19 -10: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 09:39:51 +07:00
|
|
|
|
2017-02-26 11:41:03 +07:00
|
|
|
## Flashing
|
|
|
|
Something along this line:
|
2017-02-21 09:39:51 +07:00
|
|
|
|
|
|
|
```
|
2017-02-26 11:41:03 +07:00
|
|
|
avrdude -p m32u4 -c avr109 -P <COM PORT> -C <avrdude conf file> -e -u flash:w:handwired_kbod_default.hex
|
2017-02-26 11:44:21 +07:00
|
|
|
```
|
|
|
|
|
|
|
|
[More info](https://github.com/fudanchii/keyboard_of_disapproval)
|