Skip to content

Commit 3cdc62d

Browse files
committed
reversed right side
1 parent 5218254 commit 3cdc62d

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

boards/arm/blelu/blelu.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
zmk,display = &epd;
2626
zephyr,console = &cdc_acm_uart;
2727
zmk,matrix-transform = &default_transform;
28+
zmk,physical-layout = &kata0510_lily58_layout;
29+
2830
};
2931

3032
default_transform: keymap_transform_0 {

boards/arm/blelu/blelu_right.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
;
3030

3131
col-gpios
32-
= <&gpio0 3 GPIO_ACTIVE_HIGH>
33-
, <&gpio0 2 GPIO_ACTIVE_HIGH>
34-
, <&gpio0 28 GPIO_ACTIVE_HIGH>
35-
, <&gpio0 29 GPIO_ACTIVE_HIGH>
32+
= <&gpio0 22 GPIO_ACTIVE_HIGH>
3633
, <&gpio0 30 GPIO_ACTIVE_HIGH>
37-
, <&gpio0 22 GPIO_ACTIVE_HIGH>
34+
, <&gpio0 29 GPIO_ACTIVE_HIGH>
35+
, <&gpio0 28 GPIO_ACTIVE_HIGH>
36+
, <&gpio0 2 GPIO_ACTIVE_HIGH>
37+
, <&gpio0 3 GPIO_ACTIVE_HIGH>
3838
;
3939
};
4040

0 commit comments

Comments
 (0)