mostly compiling

This commit is contained in:
Jack Humbert 2018-06-01 11:31:29 -04:00
parent 161c68b48a
commit 874f5a5c07
20 changed files with 2955 additions and 7 deletions

View file

@ -140,8 +140,10 @@ const rgb_led g_rgb_leds[DRIVER_LED_TOTAL] = {
void matrix_init_kb(void) {
// Turn status LED on
#ifdef KEYBOARD_planck_light_rev1
DDRD |= (1<<6);
PORTD |= (1<<6);
#endif
matrix_init_user();
}