mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-06-24 21:59:01 -04:00
Create a common type for storing QMK LED info and use it in both VialRGB and Keychron controllers
This commit is contained in:
@@ -190,7 +190,7 @@ unsigned short QMKKeychronController::GetLEDCount()
|
||||
return(number_leds);
|
||||
}
|
||||
|
||||
kc_led_info QMKKeychronController::GetLEDInfo(unsigned short led_index)
|
||||
qmk_rgb_matrix_led_info QMKKeychronController::GetLEDInfo(unsigned short led_index)
|
||||
{
|
||||
return(led_info[led_index]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user