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 --- totem/keymaps/default/config.h | 2 +- totem/keymaps/default/rules.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'totem') 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