summaryrefslogtreecommitdiff
path: root/common/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 /common/rules.mk
parentf848451aa7d682da3c0d43eee936ecf4670eb12c (diff)
use qmk userspac as described here: https://docs.qmk.fm/newbs_external_userspace
Diffstat (limited to 'common/rules.mk')
-rw-r--r--common/rules.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/rules.mk b/common/rules.mk
deleted file mode 100644
index 6854485..0000000
--- a/common/rules.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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 += /home/cullmann/data/qmk/christoph-cullmann/common/achordion.c
-
-# good optimizations
-LTO_ENABLE = yes