better usage docs

This commit is contained in:
Christoph Cullmann 2024-09-22 18:23:52 +02:00
parent faa0a81b83
commit d3da338094
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -28,6 +28,14 @@ You need to have a locally setup QMK and use this repo as overlay:
qmk config user.overlay_dir="/home/cullmann/data/qmk/christoph-cullmann" qmk config user.overlay_dir="/home/cullmann/data/qmk/christoph-cullmann"
To use my keymaps, do for the Corne
qmk flash -kb crkbd -km christoph-cullmann
or for the Planck
qmk flash -kb planck/rev6_drop -km christoph-cullmann
# Foundation # Foundation
Based on ideas and code from: Based on ideas and code from:

View file

@ -1,7 +1,3 @@
# include common settings # include common settings
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
include ${ROOT_DIR}../../../../rules.mk include ${ROOT_DIR}../../../../rules.mk
# build
# qmk compile -kb crkbd -km christoph-cullmann
# qmk flash -kb crkbd -km christoph-cullmann

View file

@ -1,7 +1,3 @@
# include common settings # include common settings
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
include ${ROOT_DIR}../../../../rules.mk include ${ROOT_DIR}../../../../rules.mk
# build
# qmk compile -kb planck/rev6_drop -km christoph-cullmann
# qmk flash -kb planck/rev6_drop -km christoph-cullmann