[Keyboard] Remove empty led_set_kb() from crkbd/rev1 (#6230)
parent
c45b751b14
commit
8f3dabbf3f
|
@ -6,13 +6,6 @@
|
|||
float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
|
||||
#endif
|
||||
|
||||
#ifdef SSD1306OLED
|
||||
void led_set_kb(uint8_t usb_led) {
|
||||
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
|
||||
//led_set_user(usb_led);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
// Logical Layout
|
||||
|
|
Loading…
Reference in New Issue