mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
5 lines
71 B
C
5 lines
71 B
C
#include "6ball.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
}
|