summaryrefslogtreecommitdiff
path: root/app/include/zmk/rgb_underglow.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/rgb_underglow.h')
-rw-r--r--app/include/zmk/rgb_underglow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/include/zmk/rgb_underglow.h b/app/include/zmk/rgb_underglow.h
index 7fcd42d..7c2ff13 100644
--- a/app/include/zmk/rgb_underglow.h
+++ b/app/include/zmk/rgb_underglow.h
@@ -7,6 +7,9 @@
#pragma once
int zmk_rgb_underglow_toggle();
+int zmk_rgb_underglow_get_state(bool *state);
+int zmk_rgb_underglow_on();
+int zmk_rgb_underglow_off();
int zmk_rgb_underglow_cycle_effect(int direction);
int zmk_rgb_underglow_change_hue(int direction);
int zmk_rgb_underglow_change_sat(int direction);