]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/CMD60/CMD60.c
Merge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61'
[qmk_firmware.git] / keyboards / handwired / CMD60 / CMD60.c
1 #include "CMD60.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 }