diff options
Diffstat (limited to 'layouts/community/ergodox/replicaJunction/config.h')
| -rw-r--r-- | layouts/community/ergodox/replicaJunction/config.h | 60 |
1 files changed, 49 insertions, 11 deletions
diff --git a/layouts/community/ergodox/replicaJunction/config.h b/layouts/community/ergodox/replicaJunction/config.h index 9ffd74dcc..a02f9a95d 100644 --- a/layouts/community/ergodox/replicaJunction/config.h +++ b/layouts/community/ergodox/replicaJunction/config.h | |||
| @@ -1,13 +1,51 @@ | |||
| 1 | /* Copyright 2021 Joshua T. | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 1 | #pragma once | 17 | #pragma once |
| 2 | 18 | ||
| 3 | // Layer definitions | 19 | // Do not allow one macro to contain the other macro |
| 4 | 20 | #define DYNAMIC_MACRO_NO_NESTING | |
| 5 | #define L_COLEMAK 0 | 21 | |
| 6 | #define L_QWERTY 1 | 22 | // "THE most important tap hold configuration setting" |
| 7 | #define L_NUM 2 | 23 | // https://precondition.github.io/home-row-mods#ignore-mod-tap-interrupt |
| 8 | #define L_EXTEND 3 | 24 | // https://docs.qmk.fm/#/tap_hold?id=ignore-mod-tap-interrupt |
| 9 | #define L_FUNC 4 | 25 | #define IGNORE_MOD_TAP_INTERRUPT |
| 10 | #define L_GAMING 5 | 26 | |
| 11 | #define L_LL_R 6 | 27 | // This one is a style choice. Play with it both on and off to see which |
| 12 | #define L_LL_E 7 | 28 | // one suits you better. |
| 13 | #define L_LL_I 8 | 29 | // https://precondition.github.io/home-row-mods#permissive-hold |
| 30 | // https://docs.qmk.fm/#/tap_hold?id=permissive-hold | ||
| 31 | #define PERMISSIVE_HOLD | ||
| 32 | |||
| 33 | // If you press a dual-role key for longer than TAPPING_TERM, then | ||
| 34 | // release it without pressing another key, without this setting nothing | ||
| 35 | // would happen. With this setting, it sends the key's tap function. | ||
| 36 | // https://precondition.github.io/home-row-mods#retro-tapping | ||
| 37 | #define RETRO_TAPPING | ||
| 38 | |||
| 39 | // Disable some unused features to save space | ||
| 40 | #undef LOCKING_SUPPORT_ENABLE | ||
| 41 | #undef LOCKING_RESYNC_ENABLE | ||
| 42 | |||
| 43 | ///// | ||
| 44 | // Flags for stuff in my userspace | ||
| 45 | |||
| 46 | #define USER_INCLUDE_GAMING_LAYER | ||
| 47 | #define USER_INCLUDE_MACRO_LAYER | ||
| 48 | |||
| 49 | // "Super Alt-Tab" | ||
| 50 | // https://docs.qmk.fm/#/feature_macros?id=super-alt%E2%86%AFtab | ||
| 51 | #define USER_SUPER_ALT_TAB_TIMEOUT 500 | ||
