underglow-layer: keep RGB asleep on battery update

This commit is contained in:
darknao 2025-08-02 14:52:07 +02:00 committed by afiqzudinhadi
parent 01f8f363f8
commit 28a1c4697e
4 changed files with 23 additions and 17 deletions

View file

@ -10,6 +10,7 @@
struct zmk_underglow_color_changed {
uint32_t layers;
bool wakeup;
};
ZMK_EVENT_DECLARE(zmk_underglow_color_changed);