From 1947d672d0a8da64b229fb4209898884df2c061d Mon Sep 17 00:00:00 2001 From: John Davis Date: Mon, 8 May 2023 22:05:47 -0500 Subject: [PATCH] Add SerialMouse --- plugins.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 9cfed1d512..8cb40bcc7d 100644 --- a/plugins.json +++ b/plugins.json @@ -239,6 +239,14 @@ "Release File": "build/Release/*.zip", "URL": "https://github.com/acidanthera/RestrictEvents" }, + { + "Debug File": "build/Debug/*.zip", + "Desc": "Serial mouse kernel extension for macOS", + "MacKernelSDK": true, + "Name": "SerialMouse", + "Release File": "build/Release/*.zip", + "URL": "https://github.com/Goldfish64/SerialMouse" + }, { "Debug File": "build/Debug/*.zip", "Desc": "UEFI framebuffer driver for macOS", @@ -515,4 +523,4 @@ ] } ] -} \ No newline at end of file +}