This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qmk_firmware/keyboards/m10a/m10a.c
Jack Humbert 85df687348 m10a lowercase
2017-05-18 18:55:07 -04:00

5 lines
69 B
C

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