File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,12 @@ pub const DEVICE_REDRAGON_K630_NO_RGB: DeviceSpec = DeviceSpec {
237237 ..DEVICE_BASE_SH68F90
238238} ;
239239
240+ pub const DEVICE_EWEADN_V20 : DeviceSpec = DeviceSpec {
241+ vendor_id : 0x05ac ,
242+ product_id : 0x024f ,
243+ ..DEVICE_BASE_SH68F90
244+ } ;
245+
240246pub const DEVICE_EYOOSO_Z11 : DeviceSpec = DeviceSpec {
241247 vendor_id : 0x258a ,
242248 product_id : 0x002a ,
@@ -272,6 +278,7 @@ pub static DEVICES: Map<&'static str, DeviceSpec> = phf_map! {
272278 "aula-f87" => DEVICE_AULA_F87 ,
273279 "deltaco-wk95r" => DEVICE_DELTACO_WK95R ,
274280 "digitalalliance-meca-warrior-x" => DEVICE_DIGITALALLIANCE_MECA_WARRIOR_X ,
281+ "eweadn-v20" => DEVICE_EWEADN_V20 ,
275282 "eyooso-z11" => DEVICE_EYOOSO_Z11 ,
276283 "eyooso-z82" => DEVICE_EYOOSO_Z82 ,
277284 "genesis-thor-300-rgb" => DEVICE_GENESIS_THOR_300_RGB ,
You can’t perform that action at this time.
0 commit comments