Ryan 2da0827d4f Remove matrix size defines (#19581) 3 éve
..
keymaps 5fdb49b5db Fixup handwired/kbod (#18754) 3 éve
config.h 2da0827d4f Remove matrix size defines (#19581) 3 éve
info.json f4ba17c4a0 Move LED indicator config to data driven (#19800) 3 éve
kbod.c fe6d6cf76d Remove empty override functions (#14312) 4 éve
kbod.h 41c50bb653 Change keyboard level include guards to `pragma once` (#14248) 4 éve
readme.md ca39fa8222 Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623) 7 éve
rules.mk f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) 3 éve

readme.md

KBOD

KBOD

KBOD is a 60% Keyboard kit, hand-wired, with Arduino Micro as its controller. It utilizes an 8x8 matrix and has layout similar to GH60. More info

Keyboard Maintainer: The QMK Community
Hardware Supported: Arduino Micro

Make example for this keyboard (after setting up your build environment):

make handwired/kbod:default

Flashing your firmware may be done with avrdude. The command should be something along this line:

avrdude -p m32u4 -c avr109 -P <COM PORT> -C <avrdude conf file> -e -u flash:w:handwired_kbod_default.hex

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.