Add RAMA x Machine Industries M10A to the keyboards directory

This commit is contained in:
Josh Black 2017-04-25 18:51:45 +01:00
parent 187c78f3cb
commit d6386b108b
7 changed files with 229 additions and 0 deletions

5
keyboards/M10A/M10A.c Normal file
View file

@ -0,0 +1,5 @@
#include "M10A.h"
void matrix_init_kb(void) {
matrix_init_user();
}