Skip to content

Commit

Permalink
fix: get stupid rectangle keys working
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlee committed May 8, 2024
1 parent d903979 commit e1fe8e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/custom_behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
#binding-cells = <1>;
bindings =
<&macro_press &kp LCTRL &kp LALT &kp LGUI &kp LSHIFT>,
<&macro_tap &kp>,
<&macro_release &kp LCTRL &kp LALT &kp LGUI &kp LSHIFT>;
<&macro_param_1to1>, <&macro_tap &kp MACRO_PLACEHOLDER>,
<&macro_pause_for_release>,
<&macro_release &kp LSHIFT &kp LGUI &kp LALT &kp LCTRL &kp LSHIFT>;
// WTF first release is ignored so uhh haxx
// TODO maybe solve with higher wait-ms?
};
};
};
Expand Down

0 comments on commit e1fe8e0

Please sign in to comment.