zmk: Underglow overlays for nice_nano don't work on nice_nano_v2

The existing nice_nano.overlay/confs for shield underglow don’t apply to the nice_nano_v2.

We might want to instead make general spi definitions in the shield DT for &pro_micro pins.

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Reactions: 10
  • Comments: 19 (9 by maintainers)

Commits related to this issue

Most upvoted comments

Could someone detail the process for implementing the manual workaround for this? I’ve got a corne running off the Nice!Nano v2 and believe that I am seeing the same issue described here (RGB underglow not working). How would I go about manually defininf the spi1 and led_strip details in my keymap file, as recommended by @malinges?

I Think this issue can be close. We should have a note on the documentation page for new people. I took the time to added and it just need to be merge.

@Poent This is what I did for Reviung 41:

https://github.com/Ardakilic/zmk-config/blob/master/config/reviung41.keymap#L12-L47

I simply copied the contents of the overlay file to my keymap

@killua99 I have created a PR that adds underglow to the sofle, but it hasn’t been merged yet.

You can find the PR and the fork here: https://github.com/zmkfirmware/zmk/pull/1188

I have also created a separate fork that has many other enhancements for the sofle.

You can check it out here:

https://github.com/infused-kim/zmk-config-sofle