# Makcu Driver

{% embed url="<https://youtu.be/wVi4NgpvDq0?t=569>" %}

***

{% stepper %}
{% step %}

### Download the Driver

<a href="https://mega.nz/file/WjYlmbCZ#UIRcAeeGYsbyL89e_KkAFvG2Km5T3BZL_PVU58XayUU" class="button primary" data-icon="arrow-down-to-bracket">Makcu Driver</a>
{% endstep %}

{% step %}

### Install the Driver

* Extract the contents to a folder.
* Right-click the `.inf` file and select **Install**.

<div data-with-frame="true"><figure><img src="https://3431908052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIYId8chK5X4hf9NjSeQv%2Fuploads%2FFMQabOq2HuTqczLuI77e%2Fimage.png?alt=media&#x26;token=6bc72a5b-62a8-4cd4-875d-b843999f1735" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Configure COM Port (Second PC)

1. On your second PC, open **Device Manager**.
2. Expand the **Ports (COM & LPT)** section.

<div align="left" data-with-frame="true"><figure><img src="https://3431908052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIYId8chK5X4hf9NjSeQv%2Fuploads%2Fr0UmVSfl65Lr0jYV2ybA%2Fimage.png?alt=media&#x26;token=47809742-5447-4970-b980-9e58edda7c3a" alt=""><figcaption></figcaption></figure></div>

3. Right-click your COM device and select **Properties**.
4. Go to the **Port Settings** tab and click **Advanced**.

<div align="left" data-with-frame="true"><figure><img src="https://3431908052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIYId8chK5X4hf9NjSeQv%2Fuploads%2FGPxTEkdb7WCEsarzJx9p%2Fimage.png?alt=media&#x26;token=7f3d4880-6ede-4648-9915-f6adfe897d71" alt=""><figcaption></figcaption></figure></div>

5. Set the COM port number to **any value lower than 10**.
6. Click **OK** to save changes.

<div align="left" data-with-frame="true"><figure><img src="https://3431908052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIYId8chK5X4hf9NjSeQv%2Fuploads%2FWtQHjYAxzT0o95559zc6%2Fimage.png?alt=media&#x26;token=4f004362-3b9d-4650-8874-15068552b36c" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Makcu Testing

1. Inside of the Makcu software, type: `km.move(100,100)`
2. Press enter, your mouse should move down and to the right on your main PC.
   {% endstep %}

{% step %}

### Restart Makcu for Changes to Apply

* If the **Makcu AIO Tool** is open, close it.
* Unplug and replug the **left-most cable** on the Makcu to restart it.
  {% endstep %}
  {% endstepper %}

***

### ✅ You're Done

Your Makcu has been successfully flashed.

{% hint style="success" %}
Your Makcu is now ready to use.
{% endhint %}


---

# Agent Instructions: 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.ducks-services.com/dma/makcu/readme.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.
