https://github.com/maks11060/redragon-gaming-mouse-custom-macros
Use extended function key on Redragon gaming mouse
https://github.com/maks11060/redragon-gaming-mouse-custom-macros
config macros mouse redragon remap
Last synced: 3 months ago
JSON representation
Use extended function key on Redragon gaming mouse
- Host: GitHub
- URL: https://github.com/maks11060/redragon-gaming-mouse-custom-macros
- Owner: MAKS11060
- Created: 2022-10-31T09:51:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T22:31:29.000Z (7 months ago)
- Last Synced: 2025-01-13T21:44:49.546Z (4 months ago)
- Topics: config, macros, mouse, redragon, remap
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REDRAGON Gaming Mouse. Use additional function keys (F13-F24)
### How to use
+ [Download repository](https://github.com/MAKS11060/REDRAGON-Gaming-Mouse-Custom-Macros/archive/refs/heads/main.zip)
+ Copy folder ***`MacroDB`*** to ***`%USERPROFILE%\AppData\Roaming\REDRAGON Gaming Mouse`***
+ Open ***`%USERPROFILE%\AppData\Roaming\REDRAGON Gaming Mouse\Config.ini`***
+ Add to the end of the file
```ini
[MACRO_LIST]
0=F13
1=F14
2=F15
3=F16
4=F17
5=F18
6=F19
7=F20
8=F21
9=F22
10=F23
11=F24
```
+ Run **REDRAGON software**
+ Select **Custimize**, change **Single key** to **Macro manager** and Select the desired macro
+ Apply.> [!NOTE]
> Macro file structure **`[NAME].MSMACRO`**
>
> ```ini
> [Setting]
> DefaultDelay=10
> DelayType=0
> LoopType=0
> LoopTime=1
> Count=2
> Map_0=132
> DataH_0=0
> DataL_0=104 // Keycode from: https://github.com/dokutan/mouse_m908/blob/6f4e9b5c9fdfc43cd241a0a3d8f9e1736a9588bf/include/data.cpp#L225
> Map_1=4
> DataH_1=0
> DataL_1=104 // Convert hex code 0x68 to decimal 104
> ```