Skip to content

Commit

Permalink
keymap image
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jan 10, 2025
1 parent 665b5a1 commit 3d65593
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ To customize the keymap for your One Up Chuck board, you can copy the
[default keymap][keymap] from this repo to the `config` directory of
your zmk config repo and edit it from there.

Default Keymap:

![default keymap](images/one_up_chuck.svg)

[keymap]: https://github.com/ctranstrum/chuck/tree/zmk/boards/shields/chuck/one_up_chuck.keymap
[chuck]: https://github.com/ctranstrum/chuck
[zmk]: https://zmk.dev/docs/user-setup#github-repo
23 changes: 13 additions & 10 deletions keymap_drawer.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ parse_config:
left_gui: Cmd
right_gui: Cmd
keycode_combiner: "{mods} {key}"
mod_combiner: "{mod_1}-{mod_2}"
raw_binding_map:
"&bt_sel 0": BT 1
"&bt_sel 1": BT 2
Expand All @@ -19,20 +20,22 @@ parse_config:
"&bt_clr 3": clear 4
"&bt_clr 4": clear 5
"&caps_word": caps word
"&flash 4": "flash"
"&kp ESC": Esc
"&kp RET": return
"&kp TAB": Tab
"&kp LALT": Opt
"&kp RALT": Alt
"&kp LCTRL": Ctrl
"&kp LGUI": Cmd
"&kp LSHFT": Shift
"&studio_unlock": ZMK Studio
"&usb_sel": USB
GS(4): screen shot
GCS(4): screen copy
GS(N4): screen shot
GCS(N4): 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
split_gap: 15
separate_combo_diagrams: true

0 comments on commit 3d65593

Please sign in to comment.