summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/albert/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/albert/config.h')
-rw-r--r--layouts/community/ergodox/albert/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/community/ergodox/albert/config.h b/layouts/community/ergodox/albert/config.h
new file mode 100644
index 000000000..0c6231fbb
--- /dev/null
+++ b/layouts/community/ergodox/albert/config.h
@@ -0,0 +1,12 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include QMK_KEYBOARD_CONFIG_H
+
+/* using UK layout for space-cadet-shift */
+#define LSPO_KEY KC_9
+#define RSPC_KEY KC_0
+
+#define LEADER_TIMEOUT 800 // leader key sequence timeout in millis
+
+#endif