Skip to content

Commit

Permalink
mod release symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 15, 2024
1 parent 25703cd commit 9530856
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/keymap/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
// ╭─────────────┬────────────────┬─────────────────┬─────────────────┬──────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none, &p_tab_desk, &n_tab_desk, &alt_tabber, &close_reopen, &kp PG_UP, CT(HOME), &kp UP, CT(END), &none, \
// ├─────────────┼────────────────┼─────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp LGUI, &hml_m LALT MB4, &hml_m LCTRL MB5, &kp LSHFT, &kp LC(F), &kp PG_DN, &kp LEFT, &kp DOWN, &kp RIGHT, &sel_word, \
&kp LGUI, &hml_m LALT MB4, &hml_m LCTRL MB5, &hml LSHFT LC(F), &kp LC(A), &kp PG_DN, &kp LEFT, &kp DOWN, &kp RIGHT, &sel_word, \
// ├─────────────┼────────────────┼─────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp U_UND, &kp U_CUT, &kp U_CPY, &kp U_PST, &kp U_RDO, &none, &kp BSPC, &kp TAB, &kp DEL, &none, \
// ╰─────────────┴────────────────┴─────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
Expand Down Expand Up @@ -101,7 +101,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼────────────────┼─────────────┤
&bootloader, &kp F4, &kp F5, &kp F6, &kp F10, &out OUT_USB, &bts_0, &bts_1, &bts_2, &bootloader, \
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼────────────────┼─────────────┤
&none, &kp F1, &kp F2, &kp F3, &none, &none, &none, &none, &soft_off, &none, \
&none, &kp F1, &kp F2, &kp F3, &none, &none, &kns_lock, &r_mods, &soft_off, &none, \
// ╰─────────────┴─────────────┴─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┴────────────────┴─────────────╯
&none, &none, &none, &none
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
Expand Down
5 changes: 5 additions & 0 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ parse_config:
shifted: $$mdi:arrow-right-thin$$
type: text_with_symbol

'&r_mods':
tap: $$mdi:keyboard-variant$$
shifted: $$mdi:arrow-up-right-bold$$
type: text_with_symbol

'&ind_bat': $$mdi:battery-heart-outline$$

zmk_combos:
Expand Down

0 comments on commit 9530856

Please sign in to comment.