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