underglow-layer: add fade-delay property

This commit is contained in:
darknao 2025-03-15 14:40:27 +01:00 committed by afiqzudinhadi
parent 62dc6d8ec5
commit 01f8f363f8
4 changed files with 105 additions and 67 deletions

View file

@ -23,6 +23,8 @@
const int rgb_pixel_lookup(int idx);
const int zmk_rgbmap_id(uint8_t layer);
const int zmk_rgbmap_fade_delay(uint8_t layer);
const struct zmk_behavior_binding *rgb_underglow_get_bindings(uint8_t layer);
uint8_t rgb_underglow_top_layer_with_state(uint32_t state_to_test);