phantom.c 193 B

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