Add reddot handwired keyboard.

This commit is contained in:
upils 2017-01-31 22:37:03 +01:00
parent ec05f65421
commit f36fc1d2e5
8 changed files with 334 additions and 0 deletions

View file

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