1
0
Fork 0

IBM Terminal M-122 converter support

Code ported from TMK to QMK.
This commit is contained in:
Priyadi Iman Nurcahyo 2016-12-14 16:21:01 +07:00
parent 20892bf706
commit bd5f323bec
15 changed files with 765 additions and 0 deletions

View file

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