refactor(rgb): Expose explicit on/off command/API.

This commit is contained in:
Pete Johanson
2021-01-20 10:57:03 -05:00
parent 24ed1a8eaa
commit bb2c478af9
4 changed files with 76 additions and 54 deletions

View File

@@ -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);