1
0
Fork 0

Update LED/RGB Matrix flag function behavior (#17651)

This commit is contained in:
Drashna Jael're 2022-07-12 22:18:02 -07:00 committed by GitHub
parent 34fec2c07d
commit 1dfe2bb49a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 3 deletions

View file

@ -182,6 +182,7 @@ void rgb_matrix_increase_speed_noeeprom(void);
void rgb_matrix_decrease_speed(void);
void rgb_matrix_decrease_speed_noeeprom(void);
led_flags_t rgb_matrix_get_flags(void);
led_flags_t rgb_matrix_get_flags_noeeprom(void);
void rgb_matrix_set_flags(led_flags_t flags);
#ifndef RGBLIGHT_ENABLE