Skip to content

Commit

Permalink
feat: soft-off icons in keymap drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 17, 2024
1 parent 0e2b5a9 commit 748e428
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 47 deletions.
106 changes: 63 additions & 43 deletions images/keymaps/urchin_keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ draw_config:
stroke: white;
stroke-width: 4px;
}
svg_extra_style: ''
shrink_wide_legends: 6
glyph_tap_size: 14
Expand Down Expand Up @@ -508,7 +507,8 @@ parse_config:
"&kp RALT(SPACE)": "$$nbsp$$",
"&out OUT_TOG": '$$output-toggle$$',
"&kp SAPOS": "'",
"&kp DAPOS": '"'
"&kp DAPOS": '"',
"&soft_off": "$$mdi:power-standby$$"
}
sticky_label: sticky
toggle_label: toggle
Expand Down
4 changes: 2 additions & 2 deletions keymap-drawer/urchin_keymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ layers:
- '~'
- '`'
- $
- ''
- $$mdi:power-standby$$
- {t: /, s: \}
- {t: '-', s: '~'}
- (
Expand All @@ -246,10 +246,10 @@ layers:
- {t: ▽, type: trans}
- {type: held}
Navigation:
- $$mdi:power-standby$$
- $$output-toggle$$
- ''
- ''
- ''
- $$bt-clear$$
- ''
- ''
Expand Down

0 comments on commit 748e428

Please sign in to comment.