mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-14 12:57:27 +00:00
7 lines
74 B
C
7 lines
74 B
C
|
|
#include "wulkan.h"
|
||
|
|
|
||
|
|
void matrix_init_kb(void) {
|
||
|
|
matrix_init_user();
|
||
|
|
}
|
||
|
|
|