mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 20:44:38 +00:00
7 lines
72 B
C
7 lines
72 B
C
|
#include "68keys.h"
|
||
|
|
||
|
void matrix_init_kb(void)
|
||
|
{
|
||
|
matrix_init_user();
|
||
|
}
|