Skip to content

Commit

Permalink
Update macros.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Incblob committed Dec 1, 2024
1 parent 8e86353 commit dfd9e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/shields/horizon/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ macros {
ZMK_MACRO(NAME, \
wait-ms = <MACRO_WAIT>; \
tap-ms = <MACRO_TAP_Q>; \
bindings = < &kp KEY &kp SPACE>; \
) \
bindings = < &kp KEY &kp SPACE>;)
SPACE_MACRO(comma_space, COMMA)
SPACE_MACRO(semi_space, LS(COMMA))
SPACE_MACRO(colon_space, LS(DOT))

ZMK_MACRO(dot_space_cap,
wait-ms = <MACRO_WAIT>;
tap-ms = <MACRO_TAP_Q>;
bindings = < &kp DOT &kp SPACE &sk LSHIFT>;
)
SPACE_MACRO(colon_space, LS(DOT))
ZMK_MACRO(dotdotdot,
wait-ms = <MACRO_WAIT>;
tap-ms = <MACRO_TAP_Q>;
Expand Down

0 comments on commit dfd9e6e

Please sign in to comment.