diff options
| author | Jonas Avellana <14019120+ninjonas@users.noreply.github.com> | 2020-03-13 17:56:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-13 16:56:21 -0700 |
| commit | 0fdd37ee19d07d6f15217074dd3291fda4c4cb2f (patch) | |
| tree | 595a398a2977755695c1903cdf71b6fcf2ce03aa /users/ninjonas/config.h | |
| parent | 40e8d60ecd68c1c43e1fc911e993626943930fd0 (diff) | |
| download | qmk_firmware-0fdd37ee19d07d6f15217074dd3291fda4c4cb2f.tar.gz qmk_firmware-0fdd37ee19d07d6f15217074dd3291fda4c4cb2f.zip | |
[Keymap] ninjonas keymap updates (#8373)
* [keymap(ninjonas)] ninjonas keymap updates
* [refactor] switching encoder rotation logic. recent pull seems to have flipped encoder stuff
* [keymap(lily58)] added chrome change profile key on RAISE
Co-authored-by: Jonas Avellana <jonas.avellana@workday.com>
Diffstat (limited to 'users/ninjonas/config.h')
| -rw-r--r-- | users/ninjonas/config.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/users/ninjonas/config.h b/users/ninjonas/config.h index ae2370c5a..025dbb541 100644 --- a/users/ninjonas/config.h +++ b/users/ninjonas/config.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #ifdef TAPPING_TERM | 1 | #ifdef TAPPING_TERM |
| 2 | #undef TAPPING_TERM | 2 | #undef TAPPING_TERM |
| 3 | #define TAPPING_TERM 300 | 3 | #define TAPPING_TERM 200 |
| 4 | #endif | 4 | #endif |
| 5 | 5 | ||
| 6 | // Mouse Settings: Smoothing out mouse movement on keypress | 6 | // Mouse Settings: Smoothing out mouse movement on keypress |
| @@ -11,4 +11,11 @@ | |||
| 11 | #define MOUSEKEY_DELAY 0 | 11 | #define MOUSEKEY_DELAY 0 |
| 12 | #define MOUSEKEY_TIME_TO_MAX 60 | 12 | #define MOUSEKEY_TIME_TO_MAX 60 |
| 13 | #define MOUSEKEY_MAX_SPEED 7 | 13 | #define MOUSEKEY_MAX_SPEED 7 |
| 14 | #define MOUSEKEY_WHEEL_DELAY 0 \ No newline at end of file | 14 | #define MOUSEKEY_WHEEL_DELAY 0 |
| 15 | |||
| 16 | #ifdef COMBO_ENABLE | ||
| 17 | #undef COMBO_COUNT | ||
| 18 | #undef COMBO_TERM | ||
| 19 | #define COMBO_COUNT 5 | ||
| 20 | #define COMBO_TERM 60 | ||
| 21 | #endif \ No newline at end of file | ||
