qmk_firmware/keyboards/handwired/kbod
Drashna Jaelre faaaa134fd Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) 2019-06-06 12:09:56 -07:00
..
keymaps/default Migrate fn_actions for default keymaps (#4935) 2019-02-14 20:07:13 -08:00
config.h Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) 2019-06-06 12:09:56 -07:00
info.json Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623) 2018-12-12 16:46:13 -08:00
kbod.c Initial work for my kbod support in qmk_firmware 2017-04-02 18:27:27 +07:00
kbod.h Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623) 2018-12-12 16:46:13 -08:00
readme.md Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623) 2018-12-12 16:46:13 -08:00
rules.mk Update keyboards' rules.mk/Makefiles (#1442) 2017-06-30 16:09:52 -04:00

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.