diff options
Diffstat (limited to 'keyboards/mf68_ble/mf68_ble.c')
-rw-r--r-- | keyboards/mf68_ble/mf68_ble.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mf68_ble/mf68_ble.c b/keyboards/mf68_ble/mf68_ble.c new file mode 100644 index 0000000000..95f8592f8f --- /dev/null +++ b/keyboards/mf68_ble/mf68_ble.c @@ -0,0 +1,8 @@ +#include "mf68_ble.h" + +void matrix_init_kb(void) { + // put your keyboard start-up code here + // runs once when the firmware starts up + + matrix_init_user(); +} |