summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/albert/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox/keymaps/albert/config.h')
-rw-r--r--keyboards/ergodox/keymaps/albert/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/ergodox/keymaps/albert/config.h b/keyboards/ergodox/keymaps/albert/config.h
deleted file mode 100644
index e6d363117..000000000
--- a/keyboards/ergodox/keymaps/albert/config.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../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