On Wed, Oct 25, 2023 at 03:24:27PM +0200, Karel Lucas wrote: > Hi all, > > I have a computer with openBSD V7.4 without X11, to which I want to connect > a wireless keyboard via Bluetooth. The keyboard is connected via a separate > USB Bluetooth receiver. What software do I need for this, and how do I > configure it? I hope someone responds to this.
I've read tales of some legendary (literally, not in the "awesome" sense of the word) bluetooth adapters that could be switched in to "HID proxy mode", and present themselves as uhid(4) devices, which would then be picked up by the OS as HIDs. Supposedly those devices would remember the pairings with keyboards/mice, and that would stick across boots. Apparently, they're very hard to find, and even harder to get to work properly. If you are really desperate, apparently you can use a whole computer with a full OS just for the task: https://github.com/mikerr/pihidproxy --