From 504f362d9667644d21358dfdbcc27dbec66552f1 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 3 Oct 2023 15:30:08 +0200 Subject: share more code --- planck/config.h | 2 +- planck/rules.mk | 24 ++---------------------- 2 files changed, 3 insertions(+), 23 deletions(-) (limited to 'planck') diff --git a/planck/config.h b/planck/config.h index 7251c32..f4f79ac 100644 --- a/planck/config.h +++ b/planck/config.h @@ -17,7 +17,7 @@ #pragma once // our shared config parts -#include "../common/config.h" +#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h" // // audio configuration diff --git a/planck/rules.mk b/planck/rules.mk index a4b924b..353d0ba 100644 --- a/planck/rules.mk +++ b/planck/rules.mk @@ -1,25 +1,5 @@ -# properly optimize -LTO_ENABLE = yes - -# less debugging features -COMMAND_ENABLE = no -CONSOLE_ENABLE = no - -# Enable N-Key Rollover -NKRO_ENABLE = yes - -# less features we don't use -MOUSEKEY_ENABLE = no -SPACE_CADET_ENABLE = no -GRAVE_ESC_ENABLE = no -MAGIC_ENABLE = no - -# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/ -# sym_eager_pk does do some key chatter -DEBOUNCE_TYPE = asym_eager_defer_pk - -# add achordion to improve home row modifiers -SRC += ../common/achordion.c +# include common settings +include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk # build # qmk compile -kb planck/rev6_drop -km christoph-cullmann -- cgit v1.2.3