Skip to content

Commit

Permalink
better labels on keymap-drawer graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jun 4, 2024
1 parent f9a4498 commit c9fc7fc
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# configuration for https://github.com/caksoylar/keymap-drawer
parse_config:
raw_binding_map:
'&sys_reset': Reset
'&bootloader': Boot
'&flash': Flash Dongle
'&sys_reset': reset
'&bootloader': boot
'&flash': dongle flash
'&swapper': Win Next
'&caps_word': Caps Word
'&caps_word': caps word
'&inv_qm': ¿

'&kp LC(LG(LEFT))': Desk Left
Expand All @@ -18,8 +18,8 @@ parse_config:
'&kp LS(INS)': Paste
'&kp LG(L)': Lock

'&out OUT_USB': Out USB
'&out OUT_BLE': Out BLE
'&out OUT_USB': USB
'&out OUT_BLE': BLE

'&bt BT_SEL 0': BT 1
'&bt BT_SEL 1': BT 2
Expand Down Expand Up @@ -49,7 +49,8 @@ parse_config:
'&mkp MB4': Back Click
'&mkp MB5': Forward Click

'&sk LSHFT': Sticky Shift
'&sk LSHFT': sticky shift
'&arrow_fn': '=>'

zmk_combos:
combo_tab: {align: top, o: 0.15}
Expand All @@ -74,37 +75,37 @@ parse_config:

zmk_keycode_map:
# custom mappings
C_VOL_UP: Vol +
C_VOL_DN: Vol -
C_VOL_UP: vol +
C_VOL_DN: vol -
C_AL_CALC: Calc
C_BRI_UP: Bright +
C_BRI_DN: Bright -
C_BRI_UP: bright +
C_BRI_DN: bright -

LCTRL: Ctrl
RCTRL: Ctrl
LCTRL: ctrl
RCTRL: ctrl
LALT:
RALT: Alt
LGUI: Gui
RGUI: Gui
RALT: alt
LGUI: gui
RGUI: gui
LCMD:
RCMD:
LSHFT:
RSHFT:
ESC: Esc
ESC: esc
SPACE:
SPC:
BSPC:
RET:
TAB:
DEL:

PG_UP: Pg Up
PG_DN: Pg Dn
PG_UP: pg up
PG_DN: pg dn
INS: Insert
HOME: Home
END: End
CAPS: Caps Lock
PSCRN: Print Scrn
HOME: home
END: end
CAPS: caps lock
PSCRN: print scrn
PAUSE_BREAK: Pause Break

UP:
Expand All @@ -113,6 +114,7 @@ parse_config:
RIGHT:

C_PP:
C_PLAY_PAUSE:
C_NEXT: ⏭️
C_PREV: ⏮️

Expand Down

0 comments on commit c9fc7fc

Please sign in to comment.