The MASPLIT keyboard.
MASPLIT (means magnet and split) is a handmade, 3D printed, ergonomic, ortholinear, split, programmable keyboard. Read the whole build log on my website.
In this repository are the 3D models in STL
format, as well as my QMK keyboard firmare keymap.
All of the 3D STL
files necessary to 3D print the right keyboard side.
To print the left keyboard side, just mirror all the parts in your 3D printing software before printing them.
I suggest using Ultimaker Cura as 3D printing sofware.
To flash the keyboard, download and install QMK firmware.
I recommend to first lean how to use QMK, then how to use QMK for split keyboards.
I copied the code from the Let's Split keyboard, and changed the keymap.
After QMK is intalled & set up, and your keymap set, compile the firmware.
make masplit/rev2:default:avrdude
Then flash the right MCU.
make masplit/rev2:default:avrdude-split-right
Then do the same for left MCU.
make masplit/rev2:default:avrdude-split-left
See further instructions on how to use QMK for split keyboards.