Keymap: Modified of 'Helix five rows JIS" keymap (#3425)
* Change key layout in raise-layer. * Improvement update cycle to mouse key changes. * Update the readme.md
This commit is contained in:
parent
0fab3bbde3
commit
4d4b845cf5
4 changed files with 266 additions and 251 deletions
|
@ -114,4 +114,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define USB_MAX_POWER_CONSUMPTION 100
|
||||
#endif
|
||||
|
||||
#ifdef MOUSEKEY_ENABLE
|
||||
#undef MOUSEKEY_INTERVAL
|
||||
#define MOUSEKEY_INTERVAL 0
|
||||
|
||||
#undef MOUSEKEY_TIME_TO_MAX
|
||||
#define MOUSEKEY_TIME_TO_MAX 150
|
||||
|
||||
#undef MOUSEKEY_MAX_SPEED
|
||||
#define MOUSEKEY_MAX_SPEED 3
|
||||
|
||||
#undef MOUSEKEY_MOVE_DELTA
|
||||
#define MOUSEKEY_MOVE_DELTA 5
|
||||
|
||||
#undef MOUSEKEY_DELAY
|
||||
#define MOUSEKEY_DELAY 0
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_USER_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue