qmk_firmware/keyboards/handwired/kbod
2021-09-29 23:23:10 -07:00
..
keymaps/default Remove redundant UNICODE_ENABLE = no in keyboard-level rules.mk (#14633) 2021-09-30 08:14:21 +10:00
config.h
info.json
kbod.c
kbod.h
readme.md
rules.mk Remove redundant UNICODE_ENABLE = no in keyboard-level rules.mk (#14633) 2021-09-30 08:14:21 +10:00

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.