Skip to content

Commit

Permalink
Move some combos to separate diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Apr 2, 2024
1 parent 5749caf commit e290ad5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,22 @@ parse_config:
zmk_combos:
combo_tab: {align: top, o: 0.15}
combo_del: {align: top, o: 0.15}
combo_capswd: {align: top}
combo_f12: {align: bottom}
combo_btclr: {align: bottom}
combo_capswd: {draw_separate: true}
combo_semi: {draw_separate: true}
combo_grave: {draw_separate: true}
combo_lpar: {draw_separate: true}
combo_rpar: {draw_separate: true}
combo_lbkt: {draw_separate: true}
combo_rbkt: {draw_separate: true}
combo_tab: {draw_separate: true}
combo_del: {draw_separate: true}
combo_esc: {draw_separate: true}
combo_ret: {draw_separate: true}
combo_lock: {draw_separate: true}
combo_bslh: {draw_separate: true}
combo_slsh: {draw_separate: true}

zmk_keycode_map:
# custom mappings
Expand Down

0 comments on commit e290ad5

Please sign in to comment.