summaryrefslogtreecommitdiff
path: root/common/rules.mk
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-10-03 15:30:08 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-10-03 15:30:08 +0200
commit504f362d9667644d21358dfdbcc27dbec66552f1 (patch)
tree7278808bf13b2beb1f452c6d6687afd136c26a5e /common/rules.mk
parent7d775436673a635231c4d068a9197a0d654755c5 (diff)
share more code
Diffstat (limited to 'common/rules.mk')
-rw-r--r--common/rules.mk14
1 files changed, 14 insertions, 0 deletions
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