Jack Humbert 800ec55dfc Make arguments redo, subproject elimination (#1784) před 7 roky
..
keymaps 791b9cc652 remove all makefiles from keyboard directories před 7 roky
config.h 15ddaa7f19 Fix layer stuck, and add numpad support před 8 roky
kbod.c f8ed4ed573 Initial work for my kbod support in qmk_firmware před 8 roky
kbod.h 7614c6b7a7 Remove lead keys, fix some typos, rearrange layers před 8 roky
readme.md 800ec55dfc Make arguments redo, subproject elimination (#1784) před 7 roky
rules.mk b476d65b9c Update keyboards' rules.mk/Makefiles (#1442) před 8 roky

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