Skip to content

Commit

Permalink
fix: key code error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Oct 25, 2023
1 parent 33ca033 commit ad8ac98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

// == layout and key index ==
// +----+----+----+----+----+---+----+----+----+----+----+
// | 00 | 01 | 02 | 03 | 04 |***| 05 | 06 | 07 | 08 | 09 |
// | 0 | 1 | 2 | 3 | 4 |***| 5 | 6 | 7 | 8 | 9 |
// +----+----+----+----+----+---+----+----+----+----+----+
// | 10 | 11 | 12 | 13 | 14 |***| 15 | 16 | 17 | 18 | 19 |
// +----+----+----+----+----+---+----+----+----+----+----+
Expand All @@ -70,7 +70,7 @@
};
combo_sticky_gui {
bindings = <&sk LGUI>;
key-positions = <01 02>;
key-positions = <1 2>;
};
combo_bspc {
bindings = <&kp BACKSPACE>;
Expand All @@ -97,7 +97,7 @@
};
combo_layer_3 {
bindings = <&to 3>;
key-positions = <00 09>;
key-positions = <0 9>;
};
};

Expand Down

0 comments on commit ad8ac98

Please sign in to comment.