1
0
Fork 0

Got luizribeiro's ps2avrgb implementation working for Mechmini

This commit is contained in:
krusli 2017-09-16 11:08:29 +10:00 committed by Jack Humbert
parent 024f0455de
commit 69ab37fca1
8 changed files with 250 additions and 3 deletions

View file

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