diff options
author | Joel Challis <git@zvecr.com> | 2022-10-13 02:22:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 02:22:16 +0100 |
commit | 14b522bb34df9fa9a7f1c8857434518e35d3a312 (patch) | |
tree | 0fb8c933ab3690e587e97f7c47e3a024a26fb772 /layouts/community/ergodox/albert/config.h | |
parent | 2078a56369af376e3275f02e21d48ab6cc39bc36 (diff) |
Remove keymaps that still reference legacy macros (#18690)
Diffstat (limited to 'layouts/community/ergodox/albert/config.h')
-rw-r--r-- | layouts/community/ergodox/albert/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/community/ergodox/albert/config.h b/layouts/community/ergodox/albert/config.h deleted file mode 100644 index f0f524b306..0000000000 --- a/layouts/community/ergodox/albert/config.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -/* 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 |