summaryrefslogtreecommitdiffstats
path: root/keyboards/phantom/phantom.c
blob: d53af491fe28cf5b801c6159d22e2afd73a17d89 (plain)
1
2
3
4
5
6
7
8
9
#include "phantom.h"
#include "led.h"

void matrix_init_kb(void) {
	// put your keyboard start-up code here
	// runs once when the firmware starts up
	matrix_init_user();
	led_init_ports();
};