diff options
author | Josh Black <josh@27percent.com> | 2017-04-25 18:51:45 +0100 |
---|---|---|
committer | Josh Black <josh@27percent.com> | 2017-04-25 19:00:44 +0100 |
commit | d6386b108b616cab088dca901b57effc20497597 (patch) | |
tree | ab6a59e71db7855a22601bce2ff86a39eb764d8d /keyboards/M10A/M10A.c | |
parent | 187c78f3cb725cca4200a03e96cbadf9cd560cdd (diff) |
Add RAMA x Machine Industries M10A to the keyboards directory
Diffstat (limited to 'keyboards/M10A/M10A.c')
-rw-r--r-- | keyboards/M10A/M10A.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/M10A/M10A.c b/keyboards/M10A/M10A.c new file mode 100644 index 0000000000..9a3bd15e1a --- /dev/null +++ b/keyboards/M10A/M10A.c @@ -0,0 +1,5 @@ +#include "M10A.h" + +void matrix_init_kb(void) { + matrix_init_user(); +}
\ No newline at end of file |