mirror of
https://github.com/zoriya/abyss.git
synced 2025-12-06 06:36:16 +00:00
Add dash/underscore combo
This commit is contained in:
@@ -158,6 +158,23 @@
|
||||
require-prior-idle-ms = <150>;
|
||||
layers = <0>;
|
||||
};
|
||||
|
||||
combo_dash {
|
||||
// pressing jk does -
|
||||
key-positions = <20 21>;
|
||||
bindings = <&kp MINUS>;
|
||||
timeout-ms = <20>;
|
||||
require-prior-idle-ms = <150>;
|
||||
layers = <0>;
|
||||
};
|
||||
combo_under {
|
||||
// pressing mw does _
|
||||
key-positions = <22 23>;
|
||||
bindings = <&kp UNDERSCORE>;
|
||||
timeout-ms = <20>;
|
||||
require-prior-idle-ms = <150>;
|
||||
layers = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user