fix install path
This commit is contained in:
parent
c1f8d5061c
commit
07c2dbdb35
|
@ -20,7 +20,7 @@ Layout with 34 keys, using Dhorf as base layer:
|
||||||
|
|
||||||
ATM this needs to be cloned to
|
ATM this needs to be cloned to
|
||||||
|
|
||||||
/home/cullmann/install/qmk/christoph-cullmann
|
/home/cullmann/data/qmk/christoph-cullmann
|
||||||
|
|
||||||
to work properly.
|
to work properly.
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ SPACE_CADET_ENABLE = no
|
||||||
DEBOUNCE_TYPE = sym_eager_pk
|
DEBOUNCE_TYPE = sym_eager_pk
|
||||||
|
|
||||||
# add achordion to improve home row modifiers
|
# add achordion to improve home row modifiers
|
||||||
SRC += /home/cullmann/install/qmk/christoph-cullmann/common/achordion.c
|
SRC += /home/cullmann/data/qmk/christoph-cullmann/common/achordion.c
|
||||||
|
|
||||||
# good optimizations
|
# good optimizations
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// our shared config parts
|
// our shared config parts
|
||||||
#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
|
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# include common settings
|
# include common settings
|
||||||
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
|
include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
|
||||||
|
|
||||||
# build
|
# build
|
||||||
# qmk compile -kb ferris/sweep -km christoph-cullmann
|
# qmk compile -kb ferris/sweep -km christoph-cullmann
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// our shared config parts
|
// our shared config parts
|
||||||
#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
|
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// audio configuration
|
// audio configuration
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# include common settings
|
# include common settings
|
||||||
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
|
include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
|
||||||
|
|
||||||
# build
|
# build
|
||||||
# qmk compile -kb planck/rev6_drop -km christoph-cullmann
|
# qmk compile -kb planck/rev6_drop -km christoph-cullmann
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// our shared config parts
|
// our shared config parts
|
||||||
#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
|
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# include common settings
|
# include common settings
|
||||||
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
|
include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
|
||||||
|
|
||||||
# build
|
# build
|
||||||
# qmk compile -kb keychron/q8/iso_encoder -km christoph-cullmann
|
# qmk compile -kb keychron/q8/iso_encoder -km christoph-cullmann
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// our shared config parts
|
// our shared config parts
|
||||||
#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
|
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
|
||||||
|
|
||||||
// The way how "handedness" is decided (which half is which), see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness for more options.
|
// The way how "handedness" is decided (which half is which), see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness for more options.
|
||||||
#define MASTER_LEFT
|
#define MASTER_LEFT
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# include common settings
|
# include common settings
|
||||||
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
|
include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
|
||||||
|
|
||||||
# build
|
# build
|
||||||
# qmk compile -kb totem -km default
|
# qmk compile -kb totem -km default
|
||||||
|
|
Loading…
Reference in a new issue