fauxpark 3dbf08b655 Cleanup rules.mk for 32U4 keyboards, H (#7030) hace 6 años
..
keymaps f14629ed1c Remove/migrate action_get_macro()s from default keymaps (#5625) hace 6 años
config.h faaaa134fd Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) hace 6 años
info.json ca39fa8222 Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623) hace 7 años
kbod.c f8ed4ed573 Initial work for my kbod support in qmk_firmware hace 9 años
kbod.h ca39fa8222 Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623) hace 7 años
readme.md ca39fa8222 Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623) hace 7 años
rules.mk 3dbf08b655 Cleanup rules.mk for 32U4 keyboards, H (#7030) hace 6 años

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.