0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-03-12 22:44:11 +00:00
qmk_firmware/keyboards/9key/9key.c

5 lines
69 B
C
Raw Normal View History

#include "9key.h"
void matrix_init_kb(void) {
matrix_init_user();
}