Skip to content

Commit

Permalink
Add a : combo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Apr 13, 2024
1 parent 359c16b commit f344a9f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
10 changes: 9 additions & 1 deletion config/abyss.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,15 @@
layers = <0>;
};

combo_z {
combo_colon {
// pressing both ' and a does :
key-positions = <8 18>;
bindings = <&kp COLON>;
timeout-ms = <20>;
require-prior-idle-ms = <150>;
layers = <0>;
};
combo_z_btm {
// pressing both s and l does z
key-positions = <17 25>;
bindings = <&kp Z>;
Expand Down
20 changes: 12 additions & 8 deletions draw/keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f344a9f

Please sign in to comment.