forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keymap] ErgoDox EZ Spanish Colemak (qmk#6258)
- Loading branch information
1 parent
446cda2
commit 91ee500
Showing
3 changed files
with
484 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#pragma once | ||
|
||
// Sets good default for the speed of the mouse. | ||
#undef MOUSEKEY_INTERVAL | ||
#undef MOUSEKEY_DELAY | ||
#undef MOUSEKEY_TIME_TO_MAX | ||
#undef MOUSEKEY_MAX_SPEED | ||
|
||
#define MOUSEKEY_INTERVAL 20 | ||
#define MOUSEKEY_DELAY 100 | ||
#define MOUSEKEY_TIME_TO_MAX 60 | ||
#define MOUSEKEY_MAX_SPEED 7 | ||
|
||
#undef MOUSEKEY_WHEEL_MAX_SPEED | ||
#undef MOUSEKEY_WHEEL_TIME_TO_MAX | ||
#undef MOUSEKEY_WHEEL_DELAY | ||
|
||
#define MOUSEKEY_WHEEL_MAX_SPEED 5 | ||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 60 | ||
#define MOUSEKEY_WHEEL_DELAY 100 |
Oops, something went wrong.