Skip to content

rfong/shibui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shibui

shibui is my 5x3+3 QMK keymap for a crkbd board with:

  • a trackpoint hotswap mod on the right-hand side
  • a 128x32 OLED on the left-hand side
  • 5V Pro Micro controllers with qmk-dfu bootloaders

Todolist at TODO.md.

Keymap ergonomics

This 36-key layout is designed to alleviate my primary RSI issue, which is pinky nerve pain, and to use as few layers as possible. You will probably not enjoy this keymap if your primary RSI issues are in your thumbs. For more details on design choices, layout, and layer use cases, see KEYMAP.md.

If my keymap design decisions do not appeal to you, you might prefer the popular miryoku layout.

Hardware build logs

Using with QMK

With the exception of some top level files, this follows the directory structure of QMK. Custom firmware code is defined in keyboards/crkbd/keymaps/rfong.

Setup

For a quick setup, soft link my QMK keymap folder into your local qmk_firmware folder.

QMK_HOME=`qmk config -ro user.qmk_home | cut -d= -f2`
ln -s keyboards/crkbd/keymaps/rfong $QMK_HOME/keyboards/crkbd/keymaps/rfong

(Can also git submodule, but I find that annoying for personal development.)

Build firmware

(from within qmk_firmware)

Compile/flash right

sudo make crkbd:rfong:dfu-split-right MH_MODULE=trackpoint

Compile/flash left

sudo make crkbd:rfong:dfu-split-left

Using with VIA (just the keymap)

Including my VIA keymap file for posterity at crkbd_via_shibui.json. The trackpoint will not work, but the Mod-Tap thumbs and other macros will work fine.


Credit

  • Thanks manna-harbour for writing the first QMK trackpoint hotswap doc and very excellent firmware support for it! Most of my PS2 handling configuration is borrowed from the crkbd:manna-harbour keymap.
  • Thanks tzarc and fauxpark for helping me figure out my broken bootloaders!
  • Most of the OLED configuration comes from crkbd:default.

About

5x3 + 3 split ergo keyboard layout for QMK; optimized for minimal pinky finger work. Now with trackpoint hotswap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published