Collection of keymaps for various keyboards.
Find a file
2024-11-09 12:08:43 +08:00
assets add keymap-drawer 2024-10-27 06:58:35 +08:00
keyboards migrate homerow mods to scag 2024-11-09 12:08:43 +08:00
.clang-format fmt: create rules 2024-08-09 22:42:21 +08:00
LICENSE Create LICENSE 2022-12-26 22:33:01 +08:00
README.md update readme.md 2024-10-27 06:56:29 +08:00

QMK Keymaps

Personal keymaps for programmable keyboards.

Features

  • Autocorrect
  • Combos
  • Home Row Mods
  • Nav, Num, Fun Layers
  • Repeat / Magic Keys

Installation

Follow the getting started docs to install QMK Firmware

# Clone the keymaps
git clone https://git.sajenim.dev/jasmine/qmk_keymaps.git
    
# Merge our keymaps into qmk_firmware
rsync --recursive qmk_keymaps/keyboards/ qmk_firmware/keyboards/

# Compile the firmware
qmk compile -kb <myKeyboard> -km <myKeymap>

References