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.
 
 
 
 
 
Ryan 5bd68e3695
Move single `LAYOUT`s to data driven (#20365)
1 year ago
..
keymaps/default RESET -> QK_BOOT default keymaps (#17037) 1 year ago
rev1 Move single `LAYOUT`s to data driven (#20365) 1 year ago
config.h Move matrix config to info.json, part 5 (#20003) 1 year ago
info.json Move single `LAYOUT`s to data driven (#20365) 1 year ago
readme.md [Keyboard] Add Splitty keyboard (#11613) 3 years ago
rules.mk Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) 1 year ago
splitty.c Move single `LAYOUT`s to data driven (#20365) 1 year ago

readme.md

Splitty

Splitty

Bottom view

Side view

PCB

This is a split ergonomic keyboard initially based on the Ergodox layout without the thumb cluster. It uses 32 keys per sides with Cherry MX compatibles switches, thirty 1u and two vertical 1.5u caps.

The controller is integrated in order to make the keyboard as slim as possible.

It connects to the computer using a micro-B USB. Both sides are connected together also using micro-B USB. Any connection mistake should not break anything and the keyboard supports hot plugging.

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

make splitty:default

Flashing example for this keyboard:

make splitty:default:flash

Handedness should be programmed in EEPROM once, you can use these commands to flash the firmware and the EEPROM:

make splitty:default:dfu-split-left
make splitty:default:dfu-split-right

If you do not have a reset keycode in your keymap, press the reset button or short the corresponding contacts if not populated to enter bootloader.

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