Find a file
♥ 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
.devcontainer use containerWorkspaceFolder var and pass it to setup.sh (#12) 2024-05-02 12:20:54 +01:00
.github/workflows Point workflows at qmk/.githubs main branch (#1) 2023-11-28 16:44:02 +11:00
.vscode Add support for devcontainers. (#6) 2024-02-23 22:35:45 +11:00
assets migrate keymaps to external userspace 2025-05-13 18:29:00 +08:00
features migrate keymaps to external userspace 2025-05-13 18:29:00 +08:00
keyboards migrate keymaps to external userspace 2025-05-13 18:29:00 +08:00
layouts Initial structure. 2023-11-22 15:22:43 +11:00
users Initial structure. 2023-11-22 15:22:43 +11:00
.clang-format Initial structure. 2023-11-22 15:22:43 +11:00
.clangd Fix for .clangd. 2025-04-22 00:05:04 +10:00
.editorconfig Initial structure. 2023-11-22 15:22:43 +11:00
.gitignore Add clangd-related entries to .gitignore (#31) 2024-09-05 18:51:35 +10:00
LICENSE Initial structure. 2023-11-22 15:22:43 +11:00
Makefile Initial structure. 2023-11-22 15:22:43 +11:00
qmk.json migrate keymaps to external userspace 2025-05-13 18:29:00 +08:00
README.md migrate keymaps to external userspace 2025-05-13 18:29:00 +08:00

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