Skip to content

Commit

Permalink
add nuw word
Browse files Browse the repository at this point in the history
  • Loading branch information
msundin committed Aug 17, 2024
1 parent 923c637 commit 8c2b510
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions miryoku/custom_behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@

// LEFT
combo_caps_word {
timeout-ms = <COMBO_TERM_FAST>;
require-prior-idle-ms = <COMBO_IDLE_FAST>;
timeout-ms = <COMBO_TERM_SLOW>;
require-prior-idle-ms = <COMBO_IDLE_SLOW>;
key-positions = <3 16>;
bindings = <&caps_word>;
};
Expand Down Expand Up @@ -177,10 +177,10 @@

// RIGHT
combo_num_word {
timeout-ms = <COMBO_TERM_FAST>;
require-prior-idle-ms = <COMBO_IDLE_FAST>;
timeout-ms = <COMBO_TERM_SLOW>;
require-prior-idle-ms = <COMBO_IDLE_SLOW>;
key-positions = <8 19>;
bindings = <&num_word 7>;
bindings = <&num_word U_NUM>;
};
combo_backslash {
layers = <0>;
Expand Down

0 comments on commit 8c2b510

Please sign in to comment.