Sfoglia il codice sorgente

Added some user customization

Maarten Dekkers 8 anni fa
parent
commit
1524d29cfb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      keyboards/tada68/tada68.c

+ 1 - 0
keyboards/tada68/tada68.c

@@ -27,4 +27,5 @@ void led_set_kb(uint8_t usb_led) {
         // Turn capslock off
         PORTB |= (1<<2);
     }
+	led_set_user(usb_led);
 }