> For the complete documentation index, see [llms.txt](https://docs.dexa.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexa.im/dma-products/blurred/using-a-hid.md).

# Using a HID

## KM BOX NET

{% stepper %}
{% step %}

### Configure the menu

* load up BLURRED
* click `DEBUG`
* under KMBOX NET, configure the `IP/PORT/UUID`
  * these values will be present on the KMBOX NET's screen
* click `CONNECT`
* use the `TEST MOVE` and `TEST CLICK` buttons to test the configuration was done correctly
  * if these buttons do not `MOVE` or `CLICK` on the GAMING PC, reboot both PCs and retry
    {% endstep %}
    {% endstepper %}

## KM BOX B+

{% stepper %}
{% step %}

### Configure the menu

* load up BLURRED
* click `DEBUG`
* under GENERAL TESTS, click `Reconnect KMBox B+ (This will disconnect KMBox Net)`
* use the `TEST MOVE` and `TEST CLICK` buttons to test the configuration was done correctly
  * if these buttons do not `MOVE` or `CLICK` on the GAMING PC, unplug and replug the KMBOX B+ PRO and click `Restart KMBox`
    {% endstep %}
    {% endstepper %}

## MAKCU

{% hint style="success" %}
MAKCU HIDs are natively supported - **no configuration is needed.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dexa.im/dma-products/blurred/using-a-hid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
