summaryrefslogtreecommitdiff
path: root/app/include/zmk/rgb_underglow.h
diff options
context:
space:
mode:
authorKemoNine <mcrosson@kemonine.info>2020-12-15 06:00:52 +0000
committerPete Johanson <peter@peterjohanson.com>2021-01-08 16:08:13 -0500
commit99f932a47d4705c7ddde83256fada9aa7aa3bda6 (patch)
tree1fd1e7637d418c3b54dce38023651aa48d301e98 /app/include/zmk/rgb_underglow.h
parent167600f01d0000539bf1f963dbcee0d9b15600cc (diff)
(feat) Allow setting underglow color by key press
Diffstat (limited to 'app/include/zmk/rgb_underglow.h')
-rw-r--r--app/include/zmk/rgb_underglow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/include/zmk/rgb_underglow.h b/app/include/zmk/rgb_underglow.h
index 94cc32c..7fcd42d 100644
--- a/app/include/zmk/rgb_underglow.h
+++ b/app/include/zmk/rgb_underglow.h
@@ -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); \ No newline at end of file