diff --git a/src/preview-fixtures.ts b/src/preview-fixtures.ts index c7cf1b13..65c3598d 100644 --- a/src/preview-fixtures.ts +++ b/src/preview-fixtures.ts @@ -136,11 +136,18 @@ const EGG_XM2WE: MouseStatus = { const WLMOUSE: MouseStatus = { brand: "WLMouse", name: "BEAST X", - ui: { family: "wlmouse", hideUnsupportedPollingRates: true, forceShowBattery: true }, + ui: { + family: "wlmouse", + hideUnsupportedPollingRates: true, + forceShowBattery: true, + dpiStageEditor: { maxStages: 6, countEditable: true, minDpi: 50, maxDpi: 30000, stepDpi: 50 }, + }, batteryPercent: 91, batteryState: "Charging", dpi: 800, dpiY: 800, + dpiStages: [400, 800, 1600, 3200], + activeDpiStage: 1, supportsSeparateDpiAxes: true, pollingRateHz: 8000, supportedPollingRates: [125, 250, 500, 1000, 2000, 4000, 8000],