ez with leds

This commit is contained in:
Jack Humbert 2015-10-26 16:57:45 -04:00
parent 35a81f5b8b
commit 402122744c
7 changed files with 1510 additions and 0 deletions

View file

@ -8,10 +8,12 @@ bool ergodox_left_led_1 = 0; // left top
bool ergodox_left_led_2 = 0; // left middle
bool ergodox_left_led_3 = 0; // left bottom
__attribute__ ((weak))
void * matrix_init_user(void) {
};
__attribute__ ((weak))
void * matrix_scan_user(void) {
};