wontaeyang / musubi

Super thin 38 key split keyboard using Kailh X switches
Creative Commons Attribution 4.0 International
28 stars 2 forks source link
keyboard keyboard-layout

Musubi - Super thin 38 key split keyboard

Musubi-angle

Musubi is a 38 key split keyboard using Kailh X switches and Seeeduino Xiao. This keyboard started with dust keyboard as a base and adjusted with customized layout and design elements from my favorite keyboards.

Currently there are two versions of the keyboard

Musubi-angle

Features

Musubi-side

BOM

Base keyboard:

Optional parts:

Keyboard design files

V1 files

V2 files

Firmware

Musubi's firmware is a modified copy of Dilemma's VIA keymap. If you want to just flash the keyboard with default keymap, put the Xiaos in to bootloader mode and copy the included UF2 file

// For Macs
cp -X ./firmware/musubi_default.uf2 /Volumes/RPI-RP2

For those who wish to customize, clone this repo and symlink Musubi firmware to QMK Firmware

ln -s ./firmware/musubi /{your_qmk_firmware_base_location}/qmk_firmware/keyboards/musubi

Adjust the layout and compile/copy the UF2 file into Xiao

qmk compile -kb musubi -km default
cp -X ./firmware/musubi_default.uf2 /Volumes/RPI-RP2

License

This work is licensed under a Creative Commons Attribution 4.0 International License.