1
0
Fork 0

Add some helpers to tidy up XAP (#20235)

This commit is contained in:
Joel Challis 2023-03-23 00:37:13 +00:00 committed by GitHub
parent 9c3c159286
commit 6540b31d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -321,6 +321,7 @@ void rgblight_enable(void);
void rgblight_enable_noeeprom(void);
void rgblight_disable(void);
void rgblight_disable_noeeprom(void);
void rgblight_enabled_noeeprom(bool state);
/* hue, sat, val change */
void rgblight_increase_hue(void);