1
0
Fork 0

rgblight support for ps2avrGB

This commit is contained in:
Luiz Ribeiro 2017-05-28 12:40:03 -04:00
parent c22a400603
commit 6037cede2c
8 changed files with 258 additions and 4 deletions

View file

@ -93,6 +93,8 @@ uint8_t matrix_scan(void) {
}
}
matrix_scan_user();
return 1;
}