Ryan 2da0827d4f Remove matrix size defines (#19581) пре 3 година
..
keymaps 74223c34a9 Remove legacy keycodes, part 6 (#18740) пре 3 година
config.h 2da0827d4f Remove matrix size defines (#19581) пре 3 година
info.json f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) пре 3 година
k8split.c 53224e03d6 [Keyboard] handwired/k8split (#9133) пре 6 година
k8split.h 53224e03d6 [Keyboard] handwired/k8split (#9133) пре 6 година
readme.md ad86894ae7 Rename keyboard-level readmes to lower-case (#10759) пре 5 година
rules.mk f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) пре 3 година

readme.md

k8split

left right

my personal 8x6(x2) split keyboard, aiming to be a mostly normal keyboard layout with plenty of keys. see the hardware repo for more info.

Make example for this keyboard (after setting up your build environment):

make handwired/k8split:default

Flashing (both halves are separate keyboards and the default layout is just for debugging):

# left
make handwired/k8split:left:flash
# right
make handwired/k8split:right:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.