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 000000000..95f8592f8 --- /dev/null +++ b/keyboards/mf68_ble/mf68_ble.c | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #include "mf68_ble.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 | } | ||
