rev1.c 152 B

123456789
  1. #include "launchpad.h"
  2. void matrix_init_kb(void) {
  3. // Undo init of RX LED, we use that port currently
  4. //DDRB &= ~(1<<0);
  5. matrix_init_user();
  6. };