From 73e55a02d6c43e462fb4ed064023fe81610fc739 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Wed, 3 Sep 2025 03:21:41 +0530 Subject: [PATCH] add instructions for windows for prox keys script --- proximity_keys.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proximity_keys.py b/proximity_keys.py index e348bb8..a0a9e42 100644 --- a/proximity_keys.py +++ b/proximity_keys.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# Needs https://github.com/google/bumble on Windows +# See https://github.com/google/bumble/blob/main/docs/mkdocs/src/platforms/windows.md for usage. +# You need to associate WinUSB with your Bluetooth interface. Once done, you can roll back to the original driver from Device Manager. + import sys import asyncio import argparse