summaryrefslogtreecommitdiff
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, 0 insertions, 12 deletions
diff --git a/layouts/community/ergodox/albert/config.h b/layouts/community/ergodox/albert/config.h
deleted file mode 100644
index 0c6231fbbf..0000000000
--- a/layouts/community/ergodox/albert/config.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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