summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-18 21:06:28 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-18 21:06:28 +0200
commitecc2b462caabbe9489d5ff3f38922b26e98ddce1 (patch)
tree10636bdd7b4e3136730d33907f6c9b24256b91fe /rules.mk
parent52d304ed3ac680400e95499f40d601c49ccb091e (diff)
use 32 keys and be happy
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk22
1 files changed, 6 insertions, 16 deletions
diff --git a/rules.mk b/rules.mk
index 02b8fb7..5fadd37 100644
--- a/rules.mk
+++ b/rules.mk
@@ -1,19 +1,3 @@
-# configure miryoku
-MIRYOKU_ALPHAS=QWERTY
-MIRYOKU_EXTRA=QWERTY
-MIRYOKU_TAP=QWERTY
-MIRYOKU_NAV=INVERTEDT
-
-# include miryoku defaults
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-AUTO_SHIFT_ENABLE = yes # Auto Shift
-include users/manna-harbour_miryoku/custom_rules.mk
-include users/manna-harbour_miryoku/post_rules.mk
-
-# add achordion to improve home row modifiers
-SRC += achordion.c
-
# properly optimize
LTO_ENABLE = yes
@@ -21,7 +5,13 @@ LTO_ENABLE = yes
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
+# we have some real mouse
+MOUSEKEY_ENABLE = no
+
# more features we not use
SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no
MUSIC_ENABLE = no
+
+# add achordion to improve home row modifiers
+SRC += achordion.c