Skip to content

Conversation

@jrversteegh
Copy link

On my splitkb_aurora_lily58 the rgb would not come on after a pm_soft_off. The issue was twofold:

  • CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER is set to y by default, so the rgb state controls the ext_power state. ext_power should not manage its own state in that case.
  • ext_power state changes due to pm actions should not affect the stored ext_power state, only user invoked changes should, otherwise a pm_soft_off will permanently switch off rgb eventhough it was switched on before the shutdown.

This PR fixes both these issues.

@jrversteegh jrversteegh requested a review from a team as a code owner December 20, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant