68keys.c 72 B

123456
  1. #include "68keys.h"
  2. void matrix_init_kb(void)
  3. {
  4. matrix_init_user();
  5. }