Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Dec 10, 2024
1 parent 7a6928c commit 3a97a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/keymap/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
// ├─────────────┼─────────────┼────────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&none, &kp INS, &kp PAUSE_BREAK, &kp PSCRN, &none, &kp DE_COMMA, &kp N1, &kp N2, &kp N3, &none, \
// ╰─────────────┴─────────────┴────────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
&trans, &ll MSE NAV, &trans, &trans \
&trans, &ll NAV MSE, &trans, &trans \
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
)>;
};
Expand Down
6 changes: 5 additions & 1 deletion config/keymap/mouse.dtsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#define ZMK_POINTING_DEFAULT_MOVE_VAL 1600
#define ZMK_POINTING_DEFAULT_MOVE_VAL 2000
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20

#include <dt-bindings/zmk/pointing.h>

&mmv {
time-to-max-speed-ms = <800>;
};

0 comments on commit 3a97a65

Please sign in to comment.