forked from kofal.net/zmk
Corrected pins for scl-pin and sda-pin
This commit is contained in:
@@ -48,8 +48,8 @@
|
|||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
compatible = "nordic,nrf-twi";
|
compatible = "nordic,nrf-twi";
|
||||||
sda-pin = <25>;
|
sda-pin = <15>;
|
||||||
scl-pin = <26>;
|
scl-pin = <17>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user