mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 17:06:52 +06:00
7 lines
72 B
C
7 lines
72 B
C
#include "jot50.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
|
|
matrix_init_user();
|
|
}
|