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/rules.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 common/rules.mk (limited to 'common/rules.mk') 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