qmk_userspace/README.md
♥ Minnie ♥ 1aae18be19
Some checks are pending
Build QMK firmware / QMK Userspace Build (push) Waiting to run
Build QMK firmware / QMK Userspace Publish (push) Blocked by required conditions
migrate keymaps to external userspace
2025-05-13 18:29:00 +08:00

1.1 KiB

QMK Keymaps

ferris-sweep

Features

  • Autocorrect
  • Case Modes
  • Combos
  • Home Row Mods
  • Leader Key
  • Repeat / Magic Keys

My Keymap

ferris-keymap

See magic sturdy for usage of the magic key.

Installation

Follow the getting started docs to install QMK Firmware

# Clone the keymaps
git clone https://git.sajenim.dev/jasmine/qmk_userspace.git
    
# Setup external userspace
qmk config user.overlay_dir="$(realpath qmk_userspace)"

# Compile the firmware
qmk compile -kb <keyboard> -km <keymap>

References