Add support for the ErgoDone

This commit is contained in:
Yu He
2017-08-16 17:31:12 -04:00
committed by Jack Humbert
parent f02430b131
commit 52f4a38cb3
13 changed files with 1067 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#include "ergodone.h"
void matrix_init_kb(void) {
matrix_init_user();
}