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 --- common/config.h | 2 +- common/rules.mk | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 common/rules.mk (limited to 'common') diff --git a/common/config.h b/common/config.h index aa3d506..13f1234 100644 --- a/common/config.h +++ b/common/config.h @@ -30,7 +30,7 @@ // details see https://precondition.github.io/home-row-mods // the default is 200 -#define TAPPING_TERM 180 +#define TAPPING_TERM 175 // Enable rapid switch from tap to hold, disables double tap hold auto-repeat. #define QUICK_TAP_TERM 0 diff --git a/common/rules.mk b/common/rules.mk new file mode 100644 index 0000000..904762d --- /dev/null +++ b/common/rules.mk @@ -0,0 +1,14 @@ +# allow to use 'qmk console' +CONSOLE_ENABLE = yes + +# 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 + +# add achordion to improve home row modifiers +SRC += /home/cullmann/install/qmk/christoph-cullmann/common/achordion.c -- cgit v1.2.3