Skip to content

Commit

Permalink
keymap drawer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jan 10, 2025
1 parent 1b52ab0 commit e65a781
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/shields/chuck/one_up_chuck.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@
// ┃ Esc ┃ ┃scrnsht┃scrn cp┃ ┃ 7 ┃ 8 ┃ 9 ┃ - ┃
&kp ESC &none GS(N4) GCS(N4) &kp N7 &kp N8 &kp N9 &kp MINUS
// ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┓ ┏━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫
// ┃ CtrlA ┃ ┃ ┃ Tab ┃ Enter ┃ ┃ / ┃ 4 ┃ 5 ┃ 6 ┃ + ┃
Sft LC(A) &kp LCTL &kp LALT Cmd TAB Alt RET &kp SLASH &kp N4 &kp N5 &kp N6 &kp PLUS
// ┃ Shift ┃ Ctrl ┃ Opt ┃ Cmd ┃ R Alt ┃ ┃ ┃ ┃ ┃ ┃ ┃
// ┃ Cmd A ┃ ┃ ┃ Tab ┃ Enter ┃ ┃ / ┃ 4 ┃ 5 ┃ 6 ┃ + ┃
&kp LG(A) &kp LCTL &kp LALT Cmd TAB Alt RET &kp SLASH &kp N4 &kp N5 &kp N6 &kp PLUS
// ┃ ┃ Ctrl ┃ Opt ┃ Cmd ┃ R Alt ┃ ┃ ┃ ┃ ┃ ┃ ┃
// ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫ ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫
// ┃ Cmd Z ┃ Cmd X ┃ Cmd C ┃ CtrlD ┃ Cmd V ┃ ┃ * ┃ 1 ┃ 2 ┃ 3 ┃ = ┃
&kp LG(Z) &kp LG(X) &kp LG(C) &kp LC(D) &kp LG(V) &kp STAR &kp N1 &kp N2 &kp N3 &kp EQUAL
Expand Down
28 changes: 28 additions & 0 deletions keymap_drawer.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,36 @@ parse_config:
modifier_fn_map:
left_alt: Opt
right_alt: Alt
left_ctrl: Ctrl
right_ctrl: Ctrl
left_gui: Cmd
right_gui: Cmd
keycode_combiner: "{mods} {key}"
raw_binding_map:
"&bt_sel 0": BT 1
"&bt_sel 1": BT 2
"&bt_sel 2": BT 3
"&bt_sel 3": BT 4
"&bt_sel 4": BT 5
"&bt_clr 0": clear 1
"&bt_clr 1": clear 2
"&bt_clr 2": clear 3
"&bt_clr 3": clear 4
"&bt_clr 4": clear 5
"&caps_word": caps word
"&studio_unlock": ZMK Studio
"&usb_sel": USB
GS(4): screen shot
GCS(4): screen copy
GC(Q): lock screen
ESC: Esc
RET: return
TAB: Tab
LALT: Opt
RALT: Alt
LCTRL: Ctrl
LGUI: Cmd
LSHFT: Shift

draw_config:
n_columns: 2
Expand Down

0 comments on commit e65a781

Please sign in to comment.