[Keyboard] Remove empty led_set_kb() from crkbd/rev1 (#6230)
This commit is contained in:
parent
c45b751b14
commit
8f3dabbf3f
1 changed files with 0 additions and 7 deletions
|
@ -6,13 +6,6 @@
|
||||||
float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
|
float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
|
||||||
#endif
|
#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
|
#ifdef RGB_MATRIX_ENABLE
|
||||||
|
|
||||||
// Logical Layout
|
// Logical Layout
|
||||||
|
|
Loading…
Reference in a new issue