forked from kofal.net/zmk
Merge pull request #64 from Nicell/feature/rgb_underglow
Initial RGB Underglow implementation
This commit is contained in:
@@ -52,16 +52,6 @@
|
||||
scl-pin = <20>;
|
||||
};
|
||||
|
||||
/* TODO: Needs testing */
|
||||
&spi0 {
|
||||
compatible = "nordic,nrf-spi";
|
||||
/* Cannot be used together with i2c0. */
|
||||
/* status = "okay"; */
|
||||
sck-pin = <45>;
|
||||
mosi-pin = <10>;
|
||||
miso-pin = <43>;
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
compatible = "nordic,nrf-uarte";
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user