Get rid of USB_LED_KANA and USB_LED_COMPOSE (#21366)

This commit is contained in:
Ryan
2023-06-27 09:15:33 +10:00
committed by GitHub
parent fa4ea73bf6
commit 5542f5ede1
67 changed files with 26 additions and 1211 deletions

View File

@@ -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) { }