summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-22 18:20:51 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-22 18:20:51 +0200
commitfdb81678f8edfe198548062417d25125dae1e7f9 (patch)
tree1c997cd0a6ed9a29a325c2ca58bd3b522a7052f4 /rules.mk
parentf848451aa7d682da3c0d43eee936ecf4670eb12c (diff)
use qmk userspac as described here: https://docs.qmk.fm/newbs_external_userspace
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
new file mode 100644
index 0000000..5567d2f
--- /dev/null
+++ b/rules.mk
@@ -0,0 +1,17 @@
+# Enable N-Key Rollover
+NKRO_ENABLE = yes
+
+# less features we don't use
+COMMAND_ENABLE = no
+CONSOLE_ENABLE = no
+GRAVE_ESC_ENABLE = no
+MAGIC_ENABLE = no
+MOUSEKEY_ENABLE = no
+MUSIC_ENABLE = no
+SPACE_CADET_ENABLE = no
+
+# add achordion to improve home row modifiers
+SRC += common/achordion.c
+
+# good optimizations
+LTO_ENABLE = yes