1
0
Fork 0

run: qmk cformat --core-only

This commit is contained in:
James Young 2021-05-29 13:53:10 -07:00
parent e628051505
commit 7d1194de01
No known key found for this signature in database
GPG key ID: 87CBD151019773A8
27 changed files with 139 additions and 190 deletions

View file

@ -146,9 +146,9 @@ static void flush(void) {
}
const rgb_matrix_driver_t rgb_matrix_driver = {
.init = init,
.flush = flush,
.set_color = IS31FL3733_set_color,
.init = init,
.flush = flush,
.set_color = IS31FL3733_set_color,
.set_color_all = IS31FL3733_set_color_all,
};
# elif defined(IS31FL3737)