Skip to content

Commit 9ae2817

Browse files
fix: fix spacebar in studio
Signed-off-by: Joshua T <[email protected]>
1 parent 3d52e9b commit 9ae2817

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

boards/arm/keyboardio_preonic/keyboardio_preonic-layouts.dtsi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@
155155

156156
complete;
157157

158-
// Ortho has keys 56 and 57
159-
// MIT has 56 and a gap where 57 would be
158+
// Ortho has keys 56 and 57 (the reference layout)
159+
// With MIT, the single spacebar matches 57 (the right-hand
160+
// key) and there's a gap where 56 would be.
160161

161162
mit_map: mit_map {
162163
physical-layout = <&mit_layout>;
@@ -166,7 +167,7 @@
166167
, <15 16 17 18 19 20 21 22 23 24 25 26>
167168
, <27 28 29 30 31 32 33 34 35 36 37 38>
168169
, <39 40 41 42 43 44 45 46 47 48 49 50>
169-
, <51 52 53 54 55 56 62 57 58 59 60 61>
170+
, <51 52 53 54 55 62 56 57 58 59 60 61>
170171
;
171172
};
172173

0 commit comments

Comments
 (0)