From ee2acc6e9fbef591bd54464682ceab7af8a0a0f4 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 22 Jan 2025 13:17:07 +0000 Subject: [PATCH] Add node for Pi 500 build from #50. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0d5f2f3..73a90a1 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,16 @@ cmake .. make ``` +### Building for Pi 500 + +Replace the `cmake ..` command above with: + +``` +cmake .. -DKEYBOARD_VID=0x2e8a -DKEYBOARD_PID=0x0010 -DKEYBOARD_DEV=/dev/input/by-id/usb-Raspberry_Pi_Ltd_Pi_500_Keyboard-event-kbd +``` + +(thanks to 57r31 for the above command) + ### Custom Mouse/Keyboard Devices CMake accepts the following build arguments to customise the VID/PID and device path for the mouse/keyboard: