summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-17 20:17:08 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-17 20:17:08 +0200
commit62cf348cb8f60c7899dae70c22f2798049287757 (patch)
tree136fdc787d244f173d54655edda72008e6ea99f6 /rules.mk
parent6351e2edf79ca461096bd68adb0798e698f30970 (diff)
derive my layout from miryoku
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk25
1 files changed, 13 insertions, 12 deletions
diff --git a/rules.mk b/rules.mk
index ba2f6e5..273f127 100644
--- a/rules.mk
+++ b/rules.mk
@@ -1,14 +1,15 @@
-# properly optimize
-LTO_ENABLE = yes
-
-# less debugging features
-COMMAND_ENABLE = no
-CONSOLE_ENABLE = no
+# configure miryoku
+MIRYOKU_ALPHAS=QWERTY
+MIRYOKU_EXTRA=QWERTY
+MIRYOKU_TAP=QWERTY
+MIRYOKU_NAV=INVERTEDT
-# we have some real mouse
-MOUSEKEY_ENABLE = no
+# 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
-# more features we not use
-SPACE_CADET_ENABLE = no
-GRAVE_ESC_ENABLE = no
-MUSIC_ENABLE = no
+# properly optimize
+LTO_ENABLE = yes