Skip to content

Commit

Permalink
[Keymap] ErgoDox EZ Spanish Colemak (qmk#6258)
Browse files Browse the repository at this point in the history
* keyboard

* documentation

* address PR comments qmk#1

* address PR comments qmk#2
  • Loading branch information
MarioAriasC authored and doughsay committed Aug 31, 2019
1 parent 446cda2 commit 91ee500
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 0 deletions.
20 changes: 20 additions & 0 deletions keyboards/ergodox_ez/keymaps/colemak_es_osx/config.h
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
Loading

0 comments on commit 91ee500

Please sign in to comment.