Skip to content

Commit

Permalink
fix offsetted combos
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnveenman committed Jul 12, 2024
1 parent 12043f4 commit 4eba2ef
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions keymap_drawer.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,6 @@ draw_config:
--color--key--text--hold: var(--color--ghost--text--hold);
}
/*
* Overrides
*/
.combopos-13 {
translate: 0px 30px;
}
parse_config:
skip_binding_parsing: false

Expand Down Expand Up @@ -379,6 +371,8 @@ parse_config:
tap: .
"&caps_word":
tap: $$mdi:caps-lock$$
"&smart_mouse":
tap: $$mdi:mouse-outline$$

# Reset
"&sys_reset":
Expand Down Expand Up @@ -571,5 +565,14 @@ parse_config:
hold: zoom


zmk_combos:
combo_mouse:
align: top
offset: 0.5
combo_cut:
align: bottom
offset: 0.2


zmk_additional_includes:
- "zmk-helpers/include"

0 comments on commit 4eba2ef

Please sign in to comment.