qmk-dactyl-manuform-a/keyboards/handwired/kbod
QMK Bot bda8924795 Merge remote-tracking branch 'origin/master' into develop 2021-09-12 05:28:01 +00:00
..
keymaps/default Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375) 2021-09-10 14:11:17 +01:00
config.h Remove `DESCRIPTION`, H-J (#11616) 2021-01-20 00:38:12 +11:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
kbod.c Remove empty override functions (#14312) 2021-09-05 21:36:31 +01:00
kbod.h Change keyboard level include guards to `pragma once` (#14248) 2021-09-01 19:03:14 +10:00
readme.md Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623) 2018-12-12 16:46:13 -08:00
rules.mk Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) 2021-09-12 15:27:29 +10: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.