mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-17 18:16:53 +00:00
7 lines
72 B
C
7 lines
72 B
C
#include "68keys.h"
|
|
|
|
void matrix_init_kb(void)
|
|
{
|
|
matrix_init_user();
|
|
}
|