summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--common/rules.mk2
-rw-r--r--ferris/config.h2
-rw-r--r--ferris/rules.mk2
-rw-r--r--planck/config.h2
-rw-r--r--planck/rules.mk2
-rw-r--r--q8/config.h2
-rw-r--r--q8/rules.mk2
-rw-r--r--totem/keymaps/default/config.h2
-rw-r--r--totem/keymaps/default/rules.mk2
10 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 064050c..14bb184 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/common/rules.mk b/common/rules.mk
index d9eb614..81137ac 100644
--- a/common/rules.mk
+++ b/common/rules.mk
@@ -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
diff --git a/ferris/config.h b/ferris/config.h
index a5fb86f..e234df0 100644
--- a/ferris/config.h
+++ b/ferris/config.h
@@ -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"
diff --git a/ferris/rules.mk b/ferris/rules.mk
index c3dd5b4..97e98eb 100644
--- a/ferris/rules.mk
+++ b/ferris/rules.mk
@@ -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
diff --git a/planck/config.h b/planck/config.h
index 7ad9bdc..8e221a9 100644
--- a/planck/config.h
+++ b/planck/config.h
@@ -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
diff --git a/planck/rules.mk b/planck/rules.mk
index 353d0ba..10b2e8d 100644
--- a/planck/rules.mk
+++ b/planck/rules.mk
@@ -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
diff --git a/q8/config.h b/q8/config.h
index a5fb86f..e234df0 100644
--- a/q8/config.h
+++ b/q8/config.h
@@ -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"
diff --git a/q8/rules.mk b/q8/rules.mk
index 38d877a..e85e548 100644
--- a/q8/rules.mk
+++ b/q8/rules.mk
@@ -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
diff --git a/totem/keymaps/default/config.h b/totem/keymaps/default/config.h
index c901afc..9a7a60d 100644
--- a/totem/keymaps/default/config.h
+++ b/totem/keymaps/default/config.h
@@ -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
diff --git a/totem/keymaps/default/rules.mk b/totem/keymaps/default/rules.mk
index 33da88e..1170c04 100644
--- a/totem/keymaps/default/rules.mk
+++ b/totem/keymaps/default/rules.mk
@@ -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