Skip to content

Commit ad50298

Browse files
committed
device: eweadn-v20
1 parent 5f6fc9c commit ad50298

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/device_spec.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
240246
pub 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,

0 commit comments

Comments
 (0)