Skip to content

Commit

Permalink
Improve pared-symbols macro positions
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetyVictor committed Apr 18, 2024
1 parent f600361 commit f6acd65
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
bindings = <&kp LA(N1) &kp EXCL &kp LEFT>;
#binding-cells = <0>;
};
tag: tag {
compatible = "zmk,behavior-macro";
bindings = <&kp LS(COMMA) &kp LS(DOT) &kp LEFT>;
#binding-cells = <0>;
};
};
combos {
compatible = "zmk,combos";
Expand Down Expand Up @@ -225,14 +230,14 @@
numbers {
bindings = <
// ┏━━━━━━0━━━━━━┳━━━━━━1━━━━━━┳━━━━━━2━━━━━━┳━━━━━━3━━━━━━┳━━━━━━4━━━━━━┳━━━━━━5━━━━━━┓ ┏━━━━━━6━━━━━━┳━━━━━━7━━━━━━┳━━━━━━8━━━━━━┳━━━━━━━9━━━━━┳━━━━━━10━━━━━┳━━━━━11━━━━━━┓
// ┃ TAB ┃ 1! ┃ 2@ ┃ 3# ┃ 4$ ┃ 5% ┃ ┃ 6^ ┃ 7* ┃ 8* ┃ 9( ┃ 0) ┃ BS ┃
// ┃ TAB ┃ 1! ┃ 2@ ┃ 3# ┃ 4$ ┃ 5% ┃ ┃ 6^ ┃ 7* ┃ 8* ┃ 9( 0) ┃ BS ┃
&trans &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans
// ┣━━━━━12━━━━━━╋━━━━━13━━━━━━╋━━━━━14━━━━━━╋━━━━━15━━━━━━╋━━━━━16━━━━━━╋━━━━━17━━━━━━┫ ┣━━━━━18━━━━━━╋━━━━━19━━━━━━╋━━━━━20━━━━━━╋━━━━━━21━━━━━╋━━━━━━22━━━━━╋━━━━━23━━━━━━┫
// ┃ SHIFT ┃ A ┃ S '' ┃ "" ┃ G ┃ ┃ H ()[]L ┃ ;: ┃ ENT ┃
&trans &trans &excl &squot &dquot &trans &trans &par &brk &trans &trans &trans
// ┃ SHIFT ┃ A ┃ ¡!¿? ┃ "" ┃ '' ┃ ┃ ()[]{}<> ┃ ;: ┃ ENT ┃
&trans &trans &excl &quest &dquot &squot &par &brk &brc &tag &trans &trans
// ┣━━━━━24━━━━━━╋━━━━━25━━━━━━╋━━━━━26━━━━━━╋━━━━━27━━━━━━╋━━━━━28━━━━━━╋━━━━━29━━━━━━┫ ┣━━━━━30━━━━━━╋━━━━━31━━━━━━╋━━━━━32━━━━━━╋━━━━━━33━━━━━╋━━━━━━34━━━━━╋━━━━━35━━━━━━┫
// ┃ CTRL ┃ Z ┃ X ┃ C ┃ V ┃ B ┃ ┃ N ┃ {} ┃ .› ┃ /? ┃ ┃
&trans &trans &trans &trans &trans &trans &trans &brc &trans &trans &trans &trans
// ┃ CTRL ┃ Z ┃ X ┃ C ┃ V ┃ B ┃ ┃ N ┃ M <, ┃ .› ┃ /? ┃ ┃
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
// ┗━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━━╋━━━━━36━━━━━━╋━━━━━37━━━━━━╋━━━━━38━━━━━━┫ ┣━━━━━39━━━━━━╋━━━━━40━━━━━━╋━━━━━41━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━┛
// ┃ ALT ┃ ADJUST ┃ COMMAND ┃ ┃ SPC ┃ SYMB ┃ ESC ┃
&trans &mo 3 &trans &trans &trans &trans
Expand Down

0 comments on commit f6acd65

Please sign in to comment.