This is a project on hackster.io, which can turn a right Joy-con controller into a presentation remote like Logitech Spotlight.
- Prepare a Nintendo Switch right Joy-Con, and connected to PC via Bluetooth
- Download the code ( https://github.com/leoshome/Joycon_Presentation_Remote/blob/main/joycon_presentation_remote.py )
- prepare python package
pip install joycon-python hidapi pyglm pyautogui pywin32
- Execute the code on your Windows PC
python joycon_presentation_remote.py
Joy-Con(R)’s button mapping:
- Hold “R” or “ZR” → Spotlight mode / Highlight(yellow circle) mode
- Press “X” → Page Up
- Press “B” → Page Down
- Press “Y” or “A” → Right click
- Press “SR” → switch Spotlight mode or Highlight mode
- Press “+” → Pressed if movement is not stable or not working
- Press “Home” → End joycon_presentation_remote.py