My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
qmk_firmware/keyboards/handwired/kbod
Nick Brassel 154d35ac14
Remove `UNUSED_PINS` (#17931)
3 years ago
..
keymaps/default Make default layer size 16-bit (#15286) 3 years ago
config.h Remove `UNUSED_PINS` (#17931) 3 years ago
info.json Move keyboard USB IDs and strings to data driven: handwired (#17822) 3 years ago
kbod.c Remove empty override functions (#14312) 4 years ago
kbod.h Change keyboard level include guards to `pragma once` (#14248) 4 years ago
readme.md
rules.mk Tidy up NKRO_ENABLE rules (#15382) 4 years ago

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.