mf68_ble.c 158 B

12345678
  1. #include "mf68_ble.h"
  2. void matrix_init_kb(void) {
  3. // put your keyboard start-up code here
  4. // runs once when the firmware starts up
  5. matrix_init_user();
  6. }