Nurahmadie 649d08742a Use tap-toggle to move between layers. 8 years ago
..
keymaps 649d08742a Use tap-toggle to move between layers. 8 years ago
Makefile f8ed4ed573 Initial work for my kbod support in qmk_firmware 8 years ago
config.h 15ddaa7f19 Fix layer stuck, and add numpad support 8 years ago
kbod.c f8ed4ed573 Initial work for my kbod support in qmk_firmware 8 years ago
kbod.h 7614c6b7a7 Remove lead keys, fix some typos, rearrange layers 8 years ago
readme.md f5d78c739d Forgot semicolon, and add reference link 8 years ago
rules.mk f8ed4ed573 Initial work for my kbod support in qmk_firmware 8 years ago

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