Skip to content

Commit

Permalink
[Skip CI] Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Apr 3, 2024
1 parent b2e1135 commit d0db901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/includes/3x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp Z, &kp X, &kp C, MS_ACT(D), &kp V, &kp J, &kp H, &kp COMMA, &kp DOT, &kp SLASH, \
// ╰─────────────┴─────────────┴─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
&mt LGUI TAB, &mt LCTRL ESC, &lt NAV SPACE, &lt SYM BSPC, &mt RSHFT RET, &mt RALT DEL \
&mt LGUI TAB, &mt LCTRL ESC, &lt NAV SPACE, &lt SYM BSPC, &mt RSHFT RET, &mt RALT DEL \
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
)>;
};
Expand All @@ -157,7 +157,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&none, &kp W, &kp M, MS_ACT(G), &none, &none, &kp D, &kp COMMA, &kp DOT, &none, \
//, ╰─────────────┴─────────────┴─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
&mt LGUI TAB, &mt LCTRL ESC, &lt NAV SPACE, &lt SYM BSPC, &mt RSHFT RET, &mt RALT DEL \
&mt LGUI TAB, &mt LCTRL ESC, &lt NAV SPACE, &lt SYM BSPC, &mt RSHFT RET, &mt RALT DEL \
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
)>;
};
Expand Down
2 changes: 1 addition & 1 deletion config/includes/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
key-positions = <KEYPOS>; \
layers = <LAYERS>; \
require-prior-idle-ms = <QUICKTAP>; \
__VA_ARGS__ \
__VA_ARGS__ \
};

/ {
Expand Down

0 comments on commit d0db901

Please sign in to comment.