Skip to content

shantlr/keyforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyforge

Edit your qmk keymap and download a compiled firmware directly from your browser.

Available at http://keyforge.shantr.dev

Host it yourself

docker-compose.yml

Keymaps json

You can get the keymaps json parsed from qmk repo using this image

CONTAINER_ID=$(docker create shantry/keyforge-qmk-keymaps) && docker cp $CONTAINER_ID:/output/keyboards ./keyboards && docker rm $CONTAINER_ID