Skip to content

Collection of my personal QMK keyboard layouts ⌨️

License

Notifications You must be signed in to change notification settings

janusvm/qmk-keymaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

janusvm's QMK keymaps

This repository contains my personal QMK configurations for my keyboards. I'm maintaining this as its own thing instead of the recommended fork of qmk_firmware, as the latter is too cluttered in my opinion.

The focus of these keymaps are generally tailored very specifically to my own taste and needs, which in summary are as follows:

  • Colemak-DH layout for alphas
  • Easy access to ÆØÅ (Danish letters) and accents
  • Split spacebar into (at least) Space and Backspace to make better use of the thumbs
  • Symbols accessible close to homerow via layers

How to build and flash a keymap from this repo

  1. Clone this repo

    git clone https://github.com/janusvm/qmk-keymaps.git
  2. Clone the QMK firmware repo to the same root folder

    git clone https://github.com/qmk/qmk_firmware.git
  3. Create a symbolic link for the user folder with code shared between keymaps

    ln -s qmk-keymaps/user qmk_firmware/users/janusvm

    The name of this folder has to be janusvm, (see the QMK docs for Userspace for more information about this)

  4. For the keyboard you want to build a keymap for, create a link from the keymap folder in qmk-keymaps to the appropriate folder in qmk_firmware

    ln -s qmk-keymaps/<keyboard> qmk_firmware/keyboards/<keyboard>/keymaps/janusvm
  5. Compile and flash the linked keymap with make (hitting the RESET button when it says it's looking for the bootloader)

    cd qmk_firmware
    make <keyboard>:janusvm:flash

    or with the qmk CLI tool

    cd qmk_firmware
    qmk flash -kb <keyboard> -km janusvm

    (exchange flash with compile to build a .bin file to flash with QMK Toolbox)

See each keymap's README for more specific build instructions.

About

Collection of my personal QMK keyboard layouts ⌨️

Topics

Resources

License

Stars

Watchers

Forks