Skip to content

Commit

Permalink
fix(keyma--drawer): update config format
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Mar 25, 2024
1 parent ccfe462 commit 412e565
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/keymap_drawer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,16 +327,16 @@ parse_config:
KP_MULTIPLY: '*'
KP_EQUAL: '='
KP_DOT: '.'
KP_N1: 1
KP_N2: 2
KP_N3: 3
KP_N4: 4
KP_N5: 5
KP_N6: 6
KP_N7: 7
KP_N8: 8
KP_N9: 9
KP_N0: 0
KP_N1: '1'
KP_N2: '2'
KP_N3: '3'
KP_N4: '4'
KP_N5: '5'
KP_N6: '6'
KP_N7: '7'
KP_N8: '8'
KP_N9: '9'
KP_N0: '0'

'LC(LEFT)': $$mdi:chevron-double-left$$
'LC(RIGHT)': $$mdi:chevron-double-right$$
Expand Down

0 comments on commit 412e565

Please sign in to comment.