parent
cc6dd5fc49
commit
981f6895df
1 changed files with 11 additions and 0 deletions
|
@ -105,6 +105,17 @@ If your board/shield uses LEDs that require the data sent in a different order,
|
|||
|
||||
:::
|
||||
|
||||
:::note
|
||||
|
||||
Currently, If you are using a nice nano 2, underglow won't work out of the box.
|
||||
To make this work you need to add an overlay in your `.keymap` file like this:
|
||||
|
||||
'''
|
||||
#include <../boards/shields/<board>/boards/nice_nano.overlay>
|
||||
'''
|
||||
|
||||
:::
|
||||
|
||||
### Other boards
|
||||
|
||||
For other boards, you must select an SPI definition that has the `MOSI` pin as your data pin going to your LED strip.
|
||||
|
|
Loading…
Add table
Reference in a new issue