Drashna Jaelre 00b6f14821 Replace outdated RGB/Audio information 6 år sedan
..
keymaps 00b6f14821 Replace outdated RGB/Audio information 6 år sedan
config.h 743449472e Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 6 år sedan
kbod.c f8ed4ed573 Initial work for my kbod support in qmk_firmware 8 år sedan
kbod.h 7614c6b7a7 Remove lead keys, fix some typos, rearrange layers 8 år sedan
readme.md 800ec55dfc Make arguments redo, subproject elimination (#1784) 7 år sedan
rules.mk b476d65b9c Update keyboards' rules.mk/Makefiles (#1442) 8 år sedan

readme.md

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