Get rid of USB_LED_KANA and USB_LED_COMPOSE (#21366)
This commit is contained in:
@@ -219,10 +219,6 @@ void matrix_init_user(void) {
|
||||
#endif
|
||||
}
|
||||
|
||||
void matrix_scan_user(void) {
|
||||
|
||||
}
|
||||
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
switch (get_highest_layer(state)) {
|
||||
case _BL:
|
||||
@@ -260,7 +256,3 @@ layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
}
|
||||
return state;
|
||||
}
|
||||
|
||||
void led_set_user(uint8_t usb_led) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user