rev1.c 91 B

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