]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/mf68/mf68.c
Update Meira for revision 1.1 to enable backlighting by default (#2468)
[qmk_firmware.git] / keyboards / mf68 / mf68.c
1 #include "mf68.h"
2
3 void matrix_init_kb(void) {
4         // put your keyboard start-up code here
5         // runs once when the firmware starts up
6
7         matrix_init_user();
8 }