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 --- ferris/config.h | 2 +- ferris/rules.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ferris') 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 -- cgit v1.2.3