]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/phantom/phantom.c
Backlight abstraction and other changes (#439)
[qmk_firmware.git] / keyboards / phantom / phantom.c
1 #include "phantom.h"
2 #include "led.h"
3
4 void matrix_init_kb(void) {
5         // put your keyboard start-up code here
6         // runs once when the firmware starts up
7         matrix_init_user();
8         led_init_ports();
9 };