From 62c1b0e012fd2f42c639944452aa01d21115d22b Mon Sep 17 00:00:00 2001 From: Michael Ring Date: Thu, 23 Jul 2026 11:00:59 +0200 Subject: [PATCH 1/2] Update pendant-support.md On MacOSX a prerequisite to having a working Pendant is to install hidapi --- controller/features/pendant-support.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/controller/features/pendant-support.md b/controller/features/pendant-support.md index 6582cab..840c173 100644 --- a/controller/features/pendant-support.md +++ b/controller/features/pendant-support.md @@ -59,6 +59,19 @@ To jog with the pendant you must have the Pendant Jogging toggle
+## MacOSX + +To use the pendant in MacOSX your system needs the `hidapi` package. + +The easiest way to install this dependency is to install it with homebrew: + +``` +brew install hidapi +``` +For more information on Homebrew check this Website: + +[Homebrew](https://brew.sh/) + ## Linux To use the pendant in Linux your system needs the `libhidapi-hidraw0` package. From 32ac3fda5a612a0503fe05873bf33b8259d6bee7 Mon Sep 17 00:00:00 2001 From: Michael Ring Date: Thu, 23 Jul 2026 12:34:42 +0200 Subject: [PATCH 2/2] Update pendant-support.md Added info that in dmg install the hidapi is installed automagically --- controller/features/pendant-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/features/pendant-support.md b/controller/features/pendant-support.md index 840c173..fe48cd6 100644 --- a/controller/features/pendant-support.md +++ b/controller/features/pendant-support.md @@ -61,7 +61,7 @@ To jog with the pendant you must have the Pendant Jogging toggle