> For the complete documentation index, see [llms.txt](https://cookiebunker.gitbook.io/cookiebunker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cookiebunker.gitbook.io/cookiebunker/dma/makcu/makcu-driver.md).

# Makcu Driver

***

{% 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="/files/f17b4a6bbf0dcc6a0bb292d232535156e04cfe4a" 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="/files/ece9a80b462582baa6f6fc48f5d6ab72f16216b2" 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="/files/4e23eb6b0a0ac31869bf42e7af081f75a3116625" 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="/files/3a2a56586ec3087a34ad3ce66dd02be129f82ecd" 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
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, and the optional `goal` query parameter:

```
GET https://cookiebunker.gitbook.io/cookiebunker/dma/makcu/makcu-driver.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
