Merge pull request #78 from Nicell/docs/rgb

Add RGB documentation
This commit is contained in:
Pete Johanson
2020-08-10 13:46:46 -04:00
committed by GitHub
6 changed files with 193 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
&spi1 {
compatible = "nordic,nrf-spi";
/* Cannot be used together with i2c0. */
status = "okay";
mosi-pin = <6>;
// Unused pins, needed for SPI definition, but not used by the ws2812 driver itself.

View File

@@ -4,3 +4,6 @@
# Uncomment the following line to enable the Kyria OLED Display
# CONFIG_ZMK_DISPLAY=y
# Uncomment the following line to enable RGB underglow
# CONFIG_ZMK_RGB_UNDERGLOW=y