This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

7 lines
72 B
C
Raw Normal View History

2018-10-05 23:59:05 +02:00
#include "68keys.h"
void matrix_init_kb(void)
{
matrix_init_user();
}