aboutsummaryrefslogtreecommitdiff
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.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/community/ergodox/albert/config.h b/layouts/community/ergodox/albert/config.h
index 0c6231fbb..f0f524b30 100644
--- a/layouts/community/ergodox/albert/config.h
+++ b/layouts/community/ergodox/albert/config.h
@@ -1,12 +1,7 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6/* using UK layout for space-cadet-shift */ 3/* using UK layout for space-cadet-shift */
7#define LSPO_KEY KC_9 4#define LSPO_KEY KC_9
8#define RSPC_KEY KC_0 5#define RSPC_KEY KC_0
9 6
10#define LEADER_TIMEOUT 800 // leader key sequence timeout in millis 7#define LEADER_TIMEOUT 800 // leader key sequence timeout in millis
11
12#endif