]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keymap] Update Mouse key settings (#5946)
authorJesper Nellemann Jakobsen <jesper.nellemann@gmail.com>
Tue, 21 May 2019 18:03:57 +0000 (20:03 +0200)
committerDrashna Jaelre <drashna@live.com>
Tue, 21 May 2019 18:03:57 +0000 (11:03 -0700)
Set shorter `MOUSEKEY_INTERVAL` and `MOUSEKEY_TIME_TO_MAX`.
Move mouse scroll buttons around and update comment to reflect change.

keyboards/dz60/keymaps/bingocaller/config.h
keyboards/dz60/keymaps/bingocaller/keymap.c
keyboards/dz60/keymaps/bingocaller/readme.md

index 470e3d18b2458894c24ecd92267fe6a7767a90ec..b04b47a30bc22a02bde473d6c44e67eda5071d7d 100644 (file)
@@ -1,2 +1,3 @@
-#undef MOUSEKEY_DELAY
 #define MOUSEKEY_DELAY 0
+#define MOUSEKEY_INTERVAL 20
+#define MOUSEKEY_TIME_TO_MAX 15
index 961d825566bdc4434169bbbd7276618974ed92b3..6b3317497823ab69570738e45589fe3225707371 100644 (file)
@@ -60,13 +60,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
         * Mouse keys
             * Cursor movement: HJKL
             * MB 1, 2, and 3 on F, D, and S, respectively
-            * Mouse wheel: U(p) and D(own)
+            * Mouse wheel: up (V), down (R) (reversed because of Natural Scrolling)
     */
     [_MOUSE] = LAYOUT(
         _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
-        _______, _______, _______, _______, KC_WH_U, _______, _______, _______, _______, _______, _______, _______, _______, _______,
-        _______, _______, KC_BTN3, KC_BTN2, KC_BTN1, _______, KC_MS_L, KC_MS_D, KC_MS_U, KC_MS_R, _______, _______, _______,
         _______, _______, _______, _______, KC_WH_D, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+        _______, _______, KC_BTN3, KC_BTN2, KC_BTN1, _______, KC_MS_L, KC_MS_D, KC_MS_U, KC_MS_R, _______, _______, _______,
+        _______, _______, _______, _______, _______, KC_WH_U, _______, _______, _______, _______, _______, _______, _______, _______,
         _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______),
 
     /*  Layer 4:
index 0cb3f77e2b1256e68f8dbef11ea8dfd3e0df3f5d..d32dc626749a67de0f9906712bd1186b77d7f00f 100644 (file)
@@ -89,7 +89,7 @@ This is a MacOS-specific keymap for DZ60 configured in a standard 60% ANSI layou
 * Mouse keys
     * Cursor movement: HJKL
     * MB 1, 2, and 3 on F, D, and S, respectively
-    * Mouse wheel: Up (R) and Down (V)
+    * Mouse wheel: up (V), down (R) (reversed because of Natural Scrolling)
 
 ## `L4`