Add VoodooInput kext

This commit is contained in:
Hoang Hong Quan
2024-09-29 23:01:08 +07:00
parent 383142c7d5
commit e263c1fab9

View File

@@ -379,6 +379,15 @@ kexts = [
"repo": "AlpsHID"
}
),
KextInfo(
name = "VoodooInput",
description = "Provides Magic Trackpad 2 software emulation for arbitrary input sources",
category = "Input",
github_repo = {
"owner": "acidanthera",
"repo": "VoodooInput"
}
),
KextInfo(
name = "VoodooPS2Controller",
description = "Provides support for PS/2 keyboards, trackpads, and mouse",