Get rid of USB_LED_KANA and USB_LED_COMPOSE (#21366)
This commit is contained in:
@@ -201,8 +201,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void matrix_init_user(void) { }
|
||||
|
||||
// Rainbow globals
|
||||
int t = 0;
|
||||
int rc = 0;
|
||||
@@ -237,5 +235,3 @@ void matrix_scan_user(void) {
|
||||
}
|
||||
rc--;
|
||||
}
|
||||
|
||||
void led_set_user(uint8_t usb_led) { }
|
||||
|
||||
Reference in New Issue
Block a user