mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
7 lines
81 B
C
Executable file
7 lines
81 B
C
Executable file
#include "reddot.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
|
|
matrix_init_user();
|
|
}
|
|
|