Skip to content

Commit

Permalink
chore: add synth_test macro for debugging hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed May 10, 2024
1 parent 22096d8 commit 4fa87d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions behaviors/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ ZMK_BEHAVIOR(mwh_tg, macro, bindings =
<&kp KP_NUMLOCK &kp KP_NUMLOCK>;
)


// Switch move/scroll on Ploopy Nano by pressing NumLock twice
ZMK_BEHAVIOR(synth_test, macro, bindings =
<&macro_tap_time 1>,
<&macro_wait_time 18>,
<&kp A &kp A>;
)

// Mouse Left Click - Index and Middle finger of left hand, active on all layers
ZMK_COMBO(leftclick, &mkp LCLK, LT1 LT2, QWE COL ERG)

Expand Down
2 changes: 1 addition & 1 deletion config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ZMK_LAYER(Symbols,

ZMK_LAYER(Nav,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&out OUT_TOG XXX XXX XXX &bt BT_CLR XXX XXX XXX XXX XXX
&out OUT_TOG XXX XXX XXX &bt BT_CLR XXX XXX XXX XXX &synth_test
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&sk LGUI &kp C_PREV &kp C_PP &kp C_NEXT XXX &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp INS
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand Down

0 comments on commit 4fa87d4

Please sign in to comment.