Skip to content

Commit

Permalink
hope is near
Browse files Browse the repository at this point in the history
  • Loading branch information
Incblob committed Nov 3, 2024
1 parent 4d0df03 commit 0d00dcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/horizon/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ behaviors {
, <AS(Q)>;
};

shift_qu: shift_macro {
shift_qu: shift_qu_macro {
my_lk_config;
bindings = <&sk LSHIFT &macro_QU>, <&macro_QU>;
bindings = <&macro_QU_cap>, <&macro_QU>;
};

//
Expand Down
7 changes: 7 additions & 0 deletions config/boards/shields/horizon/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ macros {
, <&macro_release &kp RSHFT>
, <&macro_tap &kp U> ;
)
ZMK_MACRO(macro_QU_cap,
tap-ms = <MACRO_TAP>;
bindings = <&macro_tap &kp LS(Q)>
, <&macro_release &kp LSHFT>
, <&macro_release &kp RSHFT>
, <&macro_tap &kp U> ;
)

// Digraphs

Expand Down

0 comments on commit 0d00dcd

Please sign in to comment.