diff options
| author | Daniel RodrÃguez Rivero <rdanielo@gmail.com> | 2020-01-27 23:42:38 +0100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2020-01-27 14:42:38 -0800 |
| commit | 1b7a003d842c76cd141af726c13e2af1a4458bac (patch) | |
| tree | 678d8482537b4b444810fa0d520dbff9eb0c4ff4 /users/danielo515/config.h | |
| parent | 0804f0a5dd08ed0807a67793ef329fa49ed5b16f (diff) | |
| download | qmk_firmware-1b7a003d842c76cd141af726c13e2af1a4458bac.tar.gz qmk_firmware-1b7a003d842c76cd141af726c13e2af1a4458bac.zip | |
[Keymap] update to Danielo515 keymaps (#8004)
* feat(build): added script for compiling with docker easily
* chore: bring my own build with docker to master
* feat: merge ergodox ez into latest maste
* chore: remove my build with docker file
* chore: remove my changes to process_leader
* feat: more modular user danielo515
* Apply suggestions from @ridingqwerty
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* chore: more suggestions implemented
* chore: add my basic details
* Apply suggestions from @drashna
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* fix: more @drashna fixes
* feat: @fauxpark optimization
* fix: some more @drashna improvements
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* chore: small improvement on layout
* fix: some more @drashna improvements
* chore: remove some F dance
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'users/danielo515/config.h')
| -rw-r--r-- | users/danielo515/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/danielo515/config.h b/users/danielo515/config.h new file mode 100644 index 000000000..65654388d --- /dev/null +++ b/users/danielo515/config.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #if defined(COMBO_ENABLE) | ||
| 4 | #define COMBO_COUNT 4 | ||
| 5 | #define COMBO_TERM 50 | ||
| 6 | #endif // !COMBO_ENABLE | ||
