Skip to content

Commit

Permalink
fix(draw): meh key icon
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive committed Jul 8, 2024
1 parent 6db8022 commit 82ce825
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions keymap_drawer.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,28 @@ parse_config:
"&kt RSHIFT":
tap: $$mdi:apple-keyboard-shift$$
hold: $$mdi:toggle-switch$$
# "Meh" key
"&hrml MEH G":
tap: G
hold: $$mdi:star-three-points$$
"&hrmr MEH M":
tap: M
hold: $$mdi:star-three-points$$
"&hrml MEH D":
tap: D
hold: $$mdi:star-three-points$$
"&hrmr MEH H":
tap: H
hold: $$mdi:star-three-points$$
"&hrml MEH N0":
tap: 0
hold: $$mdi:star-three-points$$
"&hrmr MEH LEFT":
tap: $$mdi:arrow-left-bold$$
hold: $$mdi:star-three-points$$
"&hrml MEH F10":
tap: F10
hold: $$mdi:star-three-points$$

# Empty
"&none":
Expand Down Expand Up @@ -609,8 +631,6 @@ parse_config:
RSHIFT: $$mdi:apple-keyboard-shift$$
RSHFT: $$mdi:apple-keyboard-shift$$
RCMD: $$mdi:apple-keyboard-command$$
# "Meh" key
LS+LC+LALT: $$mdi:star-three-points$$

# Arrows
UP: $$mdi:arrow-up-bold$$
Expand Down

0 comments on commit 82ce825

Please sign in to comment.