refactor(rgb): Expose explicit on/off command/API.
This commit is contained in:
parent
24ed1a8eaa
commit
bb2c478af9
4 changed files with 76 additions and 54 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue