fix install path

This commit is contained in:
Christoph Cullmann 2024-06-10 21:24:58 +02:00
parent c1f8d5061c
commit 07c2dbdb35
10 changed files with 10 additions and 10 deletions

View file

@ -20,7 +20,7 @@ Layout with 34 keys, using Dhorf as base layer:
ATM this needs to be cloned to
/home/cullmann/install/qmk/christoph-cullmann
/home/cullmann/data/qmk/christoph-cullmann
to work properly.

View file

@ -14,7 +14,7 @@ SPACE_CADET_ENABLE = no
DEBOUNCE_TYPE = sym_eager_pk
# 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
LTO_ENABLE = yes

View file

@ -17,4 +17,4 @@
#pragma once
// our shared config parts
#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"

View file

@ -1,5 +1,5 @@
# include common settings
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
# build
# qmk compile -kb ferris/sweep -km christoph-cullmann

View file

@ -17,7 +17,7 @@
#pragma once
// 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

View file

@ -1,5 +1,5 @@
# include common settings
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
# build
# qmk compile -kb planck/rev6_drop -km christoph-cullmann

View file

@ -17,4 +17,4 @@
#pragma once
// our shared config parts
#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"

View file

@ -1,5 +1,5 @@
# include common settings
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
# build
# qmk compile -kb keychron/q8/iso_encoder -km christoph-cullmann

View file

@ -1,7 +1,7 @@
#pragma once
// 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.
#define MASTER_LEFT

View file

@ -1,5 +1,5 @@
# include common settings
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
# build
# qmk compile -kb totem -km default