Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove numbers layer
Browse files Browse the repository at this point in the history
SweetyVictor committed Mar 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2e3e796 commit bb8b1cf
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions config/corne.keymap
Original file line number Diff line number Diff line change
@@ -45,23 +45,6 @@
// ┗━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━━┛
>;
};
numbers {
bindings = <
// ┏━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
// ┃ TAB ┃ 1! ┃ 2@ ┃ 3# ┃ 4$ ┃ 5% ┃ ┃ N6^ ┃ N7* ┃ N8* ┃ N9( ┃ N0) ┃ BS ┃
&trans &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans
// ┣━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━┫ ┣━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━┫
// ┃ SHIFT ┃ A ┃ S ┃ D ┃ F ┃ G ┃ ┃ H ┃ ( ┃ ) ┃ L ┃ ;: ┃ ENT ┃
&trans &trans &trans &trans &trans &trans &trans &kp LPAR &kp RPAR &trans &trans &trans
// ┣━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━┫ ┣━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━┫
// ┃ CTRL ┃ Z ┃ X ┃ C ┃ V ┃ B ┃ ┃ N ┃ [{ ┃ ]} ┃ .› ┃ /? ┃ ┃
&trans &trans &trans &trans &trans &trans &trans &kp LBK &kp RBKT &trans &trans &trans
// ┗━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━┫ ┣━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━┛
// ┃ ALT ┃ ADJUST ┃ COMMAND ┃ ┃ SPC ┃ SYMB ┃ ESC ┃
&trans &mo 3 &trans &trans &trans &trans
// ┗━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━━┛
>;
};
adjust {
bindings = <
// ┏━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓

0 comments on commit bb8b1cf

Please sign in to comment.