mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-21 11:54:35 +02:00
8 lines
76 B
C
8 lines
76 B
C
#include "fourier.h"
|
|
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
};
|
|
|