Merge branch 'fluke/18c6-keyboard'

This commit is contained in:
Luke D. Jones
2023-04-24 20:15:11 +12:00
3 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ pub fn aura_power_group(supported: &SupportedFunctions, states: &mut SystemState
ui.heading("LED settings");
match supported.keyboard_led.dev_id {
AuraDevice::X1854 | AuraDevice::X1869 | AuraDevice::X1866 => {
AuraDevice::X1854 | AuraDevice::X1869 | AuraDevice::X1866 | AuraDevice::X18c6 => {
aura_power1(supported, states, ui);
}
AuraDevice::X19B6 => aura_power2(supported, states, ui),