Browse Source

Added some user customization

pull/1514/head
Maarten Dekkers 6 years ago
committed by Jack Humbert
parent
commit
1524d29cfb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      keyboards/tada68/tada68.c

+ 1
- 0
keyboards/tada68/tada68.c View File

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

Loading…
Cancel
Save