diff options
author | marksard <38324387+marksard@users.noreply.github.com> | 2018-07-17 12:08:31 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-16 20:08:31 -0700 |
commit | 4d4b845cf59749c4af4f91d05c39b9196b00ab99 (patch) | |
tree | 47ae4934c49c7b97d2e1d75a8608287466d37df2 /keyboards/helix/rev2/keymaps/five_rows_jis/config.h | |
parent | 0fab3bbde33f82301a8c5e177c3c0ceb7ad2219c (diff) |
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
Diffstat (limited to 'keyboards/helix/rev2/keymaps/five_rows_jis/config.h')
-rw-r--r-- | keyboards/helix/rev2/keymaps/five_rows_jis/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/keymaps/five_rows_jis/config.h b/keyboards/helix/rev2/keymaps/five_rows_jis/config.h index b4390551ef..f0904a6f9f 100644 --- a/keyboards/helix/rev2/keymaps/five_rows_jis/config.h +++ b/keyboards/helix/rev2/keymaps/five_rows_jis/config.h @@ -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 */ |