summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/rev2/keymaps/five_rows_jis/config.h
diff options
context:
space:
mode:
authormarksard <38324387+marksard@users.noreply.github.com>2018-07-17 05:08:31 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-17 05:08:31 +0200
commit4d4b845cf59749c4af4f91d05c39b9196b00ab99 (patch)
tree47ae4934c49c7b97d2e1d75a8608287466d37df2 /keyboards/helix/rev2/keymaps/five_rows_jis/config.h
parent0fab3bbde33f82301a8c5e177c3c0ceb7ad2219c (diff)
downloadqmk_firmware-4d4b845cf59749c4af4f91d05c39b9196b00ab99.tar.gz
qmk_firmware-4d4b845cf59749c4af4f91d05c39b9196b00ab99.tar.xz
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.h17
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 b4390551e..f0904a6f9 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 */