zmk: Underglow overlays for nice_nano don't work on nice_nano_v2
The existing nice_nano.overlay/conf
s 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
- Disable RGB Underglow until SPI issue is resolved https://github.com/zmkfirmware/zmk/issues/885 — committed to twoscomp/zmk-config by twoscomp 3 years ago
- Incluye el overlay para reparar la issue ZMK 885 https://github.com/zmkfirmware/zmk/issues/885 — committed to lejouson/zmk-config by deleted user 3 years ago
- Update info related to the current #885 — committed to Xoffio/zmk by Xoffio 2 years ago
- Include RGB per https://github.com/zmkfirmware/zmk/issues/885 — committed to alski/zmk-config by deleted user a year ago
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