Add handwired 5x13 ortholinear keyboard

This commit is contained in:
Danny Nguyen
2017-03-09 12:02:05 -05:00
parent 7c7a77d4bf
commit 20a48e0198
6 changed files with 581 additions and 0 deletions
@@ -0,0 +1,8 @@
#include "ortho5x13.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();
}