use qmk userspac as described here: https://docs.qmk.fm/newbs_external_userspace
This commit is contained in:
parent
f848451aa7
commit
fdb81678f8
10 changed files with 19 additions and 10 deletions
7
keyboards/crkbd/keymaps/christoph-cullmann/rules.mk
Normal file
7
keyboards/crkbd/keymaps/christoph-cullmann/rules.mk
Normal file
|
@ -0,0 +1,7 @@
|
|||
# include common settings
|
||||
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
include ${ROOT_DIR}../../../../rules.mk
|
||||
|
||||
# build
|
||||
# qmk compile -kb crkbd -km christoph-cullmann
|
||||
# qmk flash -kb crkbd -km christoph-cullmann
|
Loading…
Add table
Add a link
Reference in a new issue