summaryrefslogtreecommitdiff
path: root/users/manna-harbour_miryoku/config.h
diff options
context:
space:
mode:
authorManna Harbour <51143715+manna-harbour@users.noreply.github.com>2019-06-26 17:33:12 +1000
committerDrashna Jaelre <drashna@live.com>2019-06-26 00:33:12 -0700
commit4be1dfcee48daeb77e966b08ad9ca51e02253acf (patch)
treec4f4f8ab7554167af6509d643200fb8ce7e9040b /users/manna-harbour_miryoku/config.h
parent3483c51f62640c83d35a0b4c4636a5939f2c3898 (diff)
[Keymap] miryoku layout (#6171)
* First release * add "#pragma once" to config.h and related docs * generate config.h with change from miryoku.org
Diffstat (limited to 'users/manna-harbour_miryoku/config.h')
-rw-r--r--users/manna-harbour_miryoku/config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/manna-harbour_miryoku/config.h b/users/manna-harbour_miryoku/config.h
new file mode 100644
index 0000000000..c3c513d063
--- /dev/null
+++ b/users/manna-harbour_miryoku/config.h
@@ -0,0 +1,13 @@
+
+// generated from users/manna-harbour_miryoku/miryoku.org
+
+#pragma once
+
+// Prevent normal rollover on alphas from accidentally triggering mods.
+#define IGNORE_MOD_TAP_INTERRUPT
+
+// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
+#define TAPPING_FORCE_HOLD
+
+// Recommended for heavy chording.
+#define QMK_KEYS_PER_SCAN 4