Skip to content

Commit c536bd6

Browse files
Update default WLQS config
Signed-off-by: Keith Conger <keith.conger@blackboxembedded.com>
1 parent 1d660c5 commit c536bd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • app/src/main/java/com/blackboxembedded/WunderLINQ/hardware/WLQ

app/src/main/java/com/blackboxembedded/WunderLINQ/hardware/WLQ/WLQ_S.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ public class WLQ_S extends WLQ_BASE {
3939
private static int firmwareVersionMinor_INDEX = 4;
4040

4141
private static byte[] defaultConfig = {
42-
0x11, // Long Press Sensitivity
42+
0x44, // Long Press Sensitivity
4343
0x01, 0x00, 0x52, 0x00, 0x00, 0x00, // Scroll Up - Up Arrow
4444
0x01, 0x00, 0x51, 0x00, 0x00, 0x00, // Scroll Down - Down Arrow
4545
0x01, 0x00, 0x50, 0x01, 0x00, 0x29, // Wheel Left - Left Arrow
4646
0x01, 0x00, 0x4F, 0x01, 0x00, 0x28, // Wheel Right - Right Arrow
47-
0x01, 0x00, 0x29, 0x00, 0x00, 0x00, // Rocker2 Up - FX1
48-
0x01, 0x00, 0x28, 0x00, 0x00, 0x00, // Rocker2 Down - FX2
47+
0x01, 0x00, 0x28, 0x00, 0x00, 0x00, // Rocker2 Up - FX1
48+
0x01, 0x00, 0x29, 0x00, 0x00, 0x00, // Rocker2 Down - FX2
4949
0x00, // PDM Channel 1 Mode
5050
0x00, // PDM Channel 2 Mode
5151
0x00, // PDM Channel 3 Mode

0 commit comments

Comments
 (0)