Skip to content

Commit

Permalink
Add node for Pi 500 build from #50.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 22, 2025
1 parent ad102c2 commit ee2acc6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee2acc6

Please sign in to comment.