Skip to content

Commit 2bb942a

Browse files
committed
touchpad: Mention that it's a standard interface
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 260c0b8 commit 2bb942a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

framework_lib/src/touchpad.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const HAPTIC_INTENSITY_REPORT_ID: u8 = 0x09;
1717
pub const HAPTIC_INTENSITY_LEVELS: [u8; 5] = [0, 25, 50, 75, 100];
1818

1919
// Button press threshold / click force (HID Digitizer page 0x0D, Usage 0xB0).
20+
// Added in HUTRR11, included in HUT 1.4
2021
// 2-bit field, firmware accepts 1=Low, 2=Medium, 3=High.
2122
const CLICK_FORCE_REPORT_ID: u8 = 0x08;
2223

0 commit comments

Comments
 (0)