diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-10 13:46:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 13:46:46 -0400 |
commit | bc6b11eb02352900a62434ab60415f972222a1a2 (patch) | |
tree | 8f39865685bdad0593e8f706590c326b4f0e6080 /app/boards | |
parent | 579ca63120c7ba3df430d0c5c059140966f77bca (diff) | |
parent | fd77fdb63d5fe8a031f0adfa1a4f5964e6f339ef (diff) |
Merge pull request #78 from Nicell/docs/rgb
Add RGB documentation
Diffstat (limited to 'app/boards')
-rw-r--r-- | app/boards/shields/kyria/boards/nice_nano.overlay | 1 | ||||
-rw-r--r-- | app/boards/shields/kyria/kyria.conf | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/boards/shields/kyria/boards/nice_nano.overlay b/app/boards/shields/kyria/boards/nice_nano.overlay index fe07d17..f51ecfe 100644 --- a/app/boards/shields/kyria/boards/nice_nano.overlay +++ b/app/boards/shields/kyria/boards/nice_nano.overlay @@ -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. diff --git a/app/boards/shields/kyria/kyria.conf b/app/boards/shields/kyria/kyria.conf index f4ab45a..fa98d1c 100644 --- a/app/boards/shields/kyria/kyria.conf +++ b/app/boards/shields/kyria/kyria.conf @@ -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 |