mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Corrected pins for scl-pin and sda-pin
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
|
||||
&i2c0 {
|
||||
compatible = "nordic,nrf-twi";
|
||||
sda-pin = <25>;
|
||||
scl-pin = <26>;
|
||||
sda-pin = <15>;
|
||||
scl-pin = <17>;
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
|
||||
Reference in New Issue
Block a user