keymaps

Unofficial QMK keymaps
git clone git://git.bitsmanent.org/keymaps
Log | Files | Refs | README

README (328B)


      1 Setup
      2 =====
      3 $ python3 -m pip install --user qmk
      4 $ export PATH="$PATH:$HOME/.local/bin" 
      5 $ qmk setup -H ~/sources/qmk_firmware
      6 
      7 Copy the keymap directories into the QMK tree.
      8 
      9 Usage
     10 =====
     11 $ qmk <command> -kb <keyboard> -km <keymap>
     12 
     13 For example:
     14 
     15 $ qmk compile -kb ymdk/yd60mq -km clamiax
     16 $ qmk flash -kb ymdk/yd60mq -km clamiax