Added CMD60 keymap

This commit is contained in:
Jonathan Lucas
2016-07-16 20:24:14 -07:00
committed by GitHub
parent 9ecf9073b9
commit f13f48a35e
6 changed files with 364 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include "CMD60.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();
}