Skip to content

Commit

Permalink
add combos to avoid inner keys on top/bottom row
Browse files Browse the repository at this point in the history
  • Loading branch information
zigotica committed Nov 18, 2024
1 parent de33bef commit 484b059
Show file tree
Hide file tree
Showing 10 changed files with 300 additions and 16 deletions.
20 changes: 20 additions & 0 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,26 @@
key-positions = <12 17>;
bindings = <&kp CAPS>;
};
combo_f {
timeout-ms = <50>;
key-positions = <2 3>;
bindings = <&kp F>;
};
combo_q {
timeout-ms = <50>;
key-positions = <6 7>;
bindings = <&kp Q>;
};
combo_slashqstn {
timeout-ms = <50>;
key-positions = <22 23>;
bindings = <&kp FSLH>;
};
combo_comma {
timeout-ms = <50>;
key-positions = <26 27>;
bindings = <&kp COMMA>;
};
};

keymap {
Expand Down
12 changes: 10 additions & 2 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,21 @@ draw_config:
.layer-NUM .combopos-0,
.layer-NUM .combopos-1,
.layer-NUM .combopos-2,
.layer-NUM .combopos-9 {
.layer-NUM .combopos-9,
.layer-NUM .combopos-10,
.layer-NUM .combopos-11,
.layer-NUM .combopos-12,
.layer-NUM .combopos-13 {
opacity: 0.25;
}
.layer-NAV .combo {
opacity: 0.25;
}
.layer-SYMBOLS .combopos-9 {
.layer-SYMBOLS .combopos-9,
.layer-SYMBOLS .combopos-10,
.layer-SYMBOLS .combopos-11,
.layer-SYMBOLS .combopos-12,
.layer-SYMBOLS .combopos-13 {
opacity: 0.25;
}
.layer-FUNCTION .combo {
Expand Down
28 changes: 26 additions & 2 deletions keymap-drawer/renders/cradio.function.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 26 additions & 2 deletions keymap-drawer/renders/cradio.nav.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 26 additions & 2 deletions keymap-drawer/renders/cradio.num.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 26 additions & 2 deletions keymap-drawer/renders/cradio.prsten.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 26 additions & 2 deletions keymap-drawer/renders/cradio.setup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 484b059

Please sign in to comment.