better usage docs
This commit is contained in:
parent
faa0a81b83
commit
d3da338094
|
@ -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:
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue