Skip to content

Commit

Permalink
new symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
olgam4 committed May 23, 2024
1 parent 2a06c46 commit 3bca5fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/boards/shields/ponyta/ponyta.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "unicode-chars/currency.dtsi"
#include "unicode-chars/french.dtsi"
#include "unicode-chars/greek.dtsi"
#include "unicode-chars/symbols.dtsi"

#define DEF 0
#define NUM 1
Expand Down Expand Up @@ -184,16 +185,16 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp Z &kp X &kp C &kp D &kp V &kp K &kp H &com_semi &dot_col &q_scream
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴-────────────╯
&kp RET &mo 0 &esc_tab SPACE_NAV &sl SYM &bs_del
&kp RET &kp RET &esc_tab SPACE_NAV &sl SYM &bs_del
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
symbols {
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp CARET &kp AMPS &kp LPAR &kp RPAR &kp STAR &kp DLLR &kp HASH &kp PRCNT &kp FSLH &none
&kp CARET &kp AMPS &kp LPAR &kp RPAR &kp STAR &kp DLLR &kp HASH &kp PRCNT &kp FSLH &at
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE &kp TILDE &none &none &none
&kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &grave &tilde &none &none &none
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &none &none &none &none &none
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴-────────────╯
Expand All @@ -217,9 +218,9 @@
navigation {
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none &kp DEL &kp UP &kp BSPC &none &none &none &none &none &none
&none &kp BSPC &kp UP &kp DEL &none &none &none &none &none &none
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&none &kp LEFT &kp DOWN &kp RIGHT &none &none &kp RALT &kp RGUI &none &none
&kp LSHFT &kp LEFT &kp DOWN &kp RIGHT &none &none &kp RALT &kp RGUI &none &none
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&none &none &none &none &none &none &none &none &none &none
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴-────────────╯
Expand Down
4 changes: 4 additions & 0 deletions config/boards/shields/ponyta/unicode-chars/symbols.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* symbols */
ZMK_UNICODE_SINGLE(tilde, N0, N0, N7, E)
ZMK_UNICODE_SINGLE(grave, N0, N0, N6, N0)
ZMK_UNICODE_SINGLE(at , N0, N0, N4, N0)

0 comments on commit 3bca5fa

Please sign in to comment.