diff options
| author | Daniel RodrÃguez Rivero <rdanielo@gmail.com> | 2020-03-12 03:50:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-12 02:50:19 +0000 |
| commit | 32d03eef902a1ac9cec53804dcb72ace5c585960 (patch) | |
| tree | 579d91a2063fd5f6e64c1fc0de7ab5a0b7d34e0b /users/danielo515/config.h | |
| parent | f2f2afe13ba3ae1da8a546ad85eb9e69ddc70a8a (diff) | |
| download | qmk_firmware-32d03eef902a1ac9cec53804dcb72ace5c585960.tar.gz qmk_firmware-32d03eef902a1ac9cec53804dcb72ace5c585960.zip | |
Danielo515/redox (#8232)
* feat(build): added script for compiling with docker easily
* chore: bring my own build with docker to master
* chore: delete a file that does not make sense anymore
* feat: first redox for danielo
* chore: basic compatibility between redox and my space
* refactor: removed some old stuff
* feat: added go coding symbols
* feat: name control_k and alt_j
* chore: reduce combo term
* feat: improved first layer of redox
* feat: add configurations to the redox
* feat: make alt tab more portable
* feat: small improvements to redox layout
* feat: added leader
* refactor: move leader defs to my userspace config
* chore: movement modified
* feat: more predefined keys and a a new combo
* feat: redox alt tab functionality
* refactor: move alt_tab processing to a separate file
* refactor: early return
* refactor: move process record to a separate file
* format leader function
* chore: backspace on digits layer
* feat: add extra combo
* feat: added more combos
* implement guard proposed by @drashna
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* chore: include @drashna placeholder suggestion
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'users/danielo515/config.h')
| -rw-r--r-- | users/danielo515/config.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/users/danielo515/config.h b/users/danielo515/config.h index 65654388d..fb2472645 100644 --- a/users/danielo515/config.h +++ b/users/danielo515/config.h | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #if defined(COMBO_ENABLE) | 3 | #if defined(COMBO_ENABLE) |
| 4 | #define COMBO_COUNT 4 | 4 | #define COMBO_COUNT 9 |
| 5 | #define COMBO_TERM 50 | 5 | #define COMBO_TERM 40 |
| 6 | #endif // !COMBO_ENABLE | 6 | #endif // !COMBO_ENABLE |
| 7 | // Timeout settings for leader key | ||
| 8 | #undef LEADER_TIMEOUT | ||
| 9 | #define LEADER_TIMEOUT 350 | ||
| 10 | #define LEADER_PER_KEY_TIMING | ||
