From 07c2dbdb3527a0f998fb381a1203271e725788a0 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 10 Jun 2024 21:24:58 +0200 Subject: fix install path --- README.md | 2 +- common/rules.mk | 2 +- ferris/config.h | 2 +- ferris/rules.mk | 2 +- planck/config.h | 2 +- planck/rules.mk | 2 +- q8/config.h | 2 +- q8/rules.mk | 2 +- totem/keymaps/default/config.h | 2 +- totem/keymaps/default/rules.mk | 2 +- 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 -- cgit v1.2.3