# How to adjust Haptic Touchpad Settings

> It is very easy to adjust your Haptic Touchpad settings. The sections below will guide you through how to adjust them depending on which OS you are using.

Source: https://knowledgebase.frame.work/en_us/how-to-adjust-haptic-touchpad-settings-BJjHJdU6bl

Last updated: 2026-05-18T21:40:32.179Z

It is very easy to adjust your Haptic Touchpad settings. The sections below will guide you through how to adjust them depending on which OS you are using.  
  

## Windows 11;  
  

1.  Open your Settings by pressing the Windows key or Framework Logo on your Keyboard (_you can also press the Windows icon in the Taskbar_)
2.  Click "Settings" under the Pinned items
3.  In the left column, click on "Bluetooth & devices"
4.  Then in the middle list, select "Touchpad"
5.  You should now be on the screen to adjust your Haptic Touchpad settings!

There is another way to adjust them;

1.  Open your Settings by pressing the Windows key or Framework Logo on your Keyboard (_you can also press the Windows icon in the Taskbar_)
2.  In the Search bar, type in (_without the "" marks_) "Touchpad" and Touchpad Settings should come up as the Best match.
3.  Click on "Touchpad settings" or press Enter.
4.  You should now be on the screen to adjust your Haptic Touchpad settings!

![](https://cdn.kustomerhostedcontent.com/media/6047cd84502177bce9fccae2/30c48d52019177c7c9d4591eba3b10e6.png)

  

## Linux;  
  

1.  Acquire the _hid-tools_ package from [pip](https://pypi.org/project/hid-tools/). The method can vary depending user preference and on which Linux distribution is installed. 
2.  Run the command _hid-feature list-devices_ to get a list of connected Human Interface Devices including the Haptic Touchpad.
3.  The device wanted is the line starting with _PIXA3854_. This is usually _/dev/hidraw2_.
4.  Use _hid-feature set_ to adjust the settings of the Haptic Touchpad.

To adjust the sensitivity of the Haptic Touchpad, there are three levels that it can be set to. These are the commands for the three levels:

1.  To set the sensitivity to Low, run: _hid-feature set /dev/hidraw2 -f 80000 1_
2.  To set the sensitivity to Medium, run: _hid-feature set /dev/hidraw2 -f 80000 2_
3.  To set the sensitivity to High, run: _hid-feature set /dev/hidraw2 -f 80000 3_

To adjust the intensity of the Haptic Touchpad run the command: _hid-feature set /dev/hidraw2 -f 90000 70_

The number at the end of the command can be set to any value between 0 and 100. 0 turns off the haptic feedback entirely and 100 sets it to its maximum.
