mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-01 19:05:20 -05:00
(feat) Allow setting underglow color by key press
This commit is contained in:
@@ -12,3 +12,4 @@ int zmk_rgb_underglow_change_hue(int direction);
|
||||
int zmk_rgb_underglow_change_sat(int direction);
|
||||
int zmk_rgb_underglow_change_brt(int direction);
|
||||
int zmk_rgb_underglow_change_spd(int direction);
|
||||
int zmk_rgb_underglow_set_hsb(uint16_t hue, uint8_t saturation, uint8_t brightness);
|
||||
Reference in New Issue
Block a user