Skip to content

Commit ebe68ad

Browse files
committed
Docs: Add sponsors
1 parent be7c830 commit ebe68ad

1 file changed

Lines changed: 20 additions & 14 deletions

File tree

README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ A library for simulating keyboard, mouse and other inputs.
55
[Releases](https://github.com/Chaoses-Ib/IbInputSimulator/releases)
66

77
## Supported drivers
8-
* [Logitech G HUB](https://www.logitechg.com/innovation/g-hub.html)
8+
- [Logitech G HUB](https://www.logitechg.com/innovation/g-hub.html)
99
No Logitech hardware required.
1010
e.g. `IbSendInit("Logitech")`
11-
* [Logitech Gaming Software](https://support.logi.com/hc/en-gb/articles/360025298053-Logitech-Gaming-Software)
11+
- [Logitech Gaming Software](https://support.logi.com/hc/en-gb/articles/360025298053-Logitech-Gaming-Software)
1212
No Logitech hardware required.
1313
e.g. `IbSendInit("Logitech")`
14-
* [Razer Synapse 3](https://www.razer.com/synapse-3)
14+
- [Razer Synapse 3](https://www.razer.com/synapse-3)
1515
Require Razer hardware. (Note that the old versions do not require Razer hardware, however, Razer Synapse 3 only provides an online installer and there is no way to install an old version)
1616
e.g. `IbSendInit("Razer")`
17-
* [MouClassInputInjection](https://github.com/Chaoses-Ib/MouClassInputInjection)
17+
- [MouClassInputInjection](https://github.com/Chaoses-Ib/MouClassInputInjection)
1818
e.g. `IbSendInit("MouClassInputInjection", 1, process_id)`
19-
* [DD Virtual Mouse & Virtual Keyboard](https://github.com/ddxoft/master)
19+
- [DD Virtual Mouse & Virtual Keyboard](https://github.com/ddxoft/master)
2020
May cause a blue screen; difficult to uninstall cleanly; need network.
2121
To use it, put the DLL (`DD94687.64.dll`/`DD64.dll`/`DDHID64.dll`) with your script file, and then:
2222
```ahk
@@ -26,7 +26,7 @@ A library for simulating keyboard, mouse and other inputs.
2626
```ahk
2727
IbSendInit("DD", 1, "C:\SomeDir\DD64.dll")
2828
```
29-
* [EDI](https://t.me/Chaoses_Ib) (paid)
29+
- [EDI](https://t.me/Chaoses_Ib) (paid)
3030

3131
## Software compatibility
3232
Software | SendInput | Logitech | Razer | MCII | DD | EDI | DM | Other
@@ -98,13 +98,19 @@ vcpkg install boost-test fmt
9898
And add `-DBUILD_TESTING=ON` when calling `cmake ..` .
9999

100100
## See also
101-
* [IbLogiSoftExt](https://github.com/Chaoses-Ib/IbLogiSoftExt)
101+
- [IbLogiSoftExt](https://github.com/Chaoses-Ib/IbLogiSoftExt)
102102

103103
## Credits
104-
* Logitech
105-
* @The-BigEagle
106-
* [ekknod/logitech-cve](https://github.com/ekknod/logitech-cve) for learning that Logitech devices can be opened directly
107-
* Razer
108-
* [Sadmeme/rzctl](https://github.com/Sadmeme/rzctl)
109-
* @任性 for providing test environment
110-
* @任性 for providing feedback and sponsorship
104+
- Logitech
105+
- @Eagle1020
106+
- [ekknod/logitech-cve](https://github.com/ekknod/logitech-cve) for learning that Logitech devices can be opened directly
107+
- Razer
108+
- [Sadmeme/rzctl](https://github.com/Sadmeme/rzctl)
109+
- @任性 for providing test environment
110+
111+
Sponsors:
112+
113+
Date | Sponsor
114+
--- | ---
115+
2023-02-28 | -
116+
2021-08-28 | 任性

0 commit comments

Comments
 (0)