Add support for the ErgoDone

This commit is contained in:
Yu He 2017-08-12 16:05:05 +02:00 committed by Jack Humbert
parent f02430b131
commit 52f4a38cb3
13 changed files with 1067 additions and 0 deletions

View file

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