We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to switch between Bluetooth and wired models? Is it possible to use PEG in bluetooth mode.
The text was updated successfully, but these errors were encountered:
How to switch between Bluetooth and wired models
When setting the keyboard.go() function you can put secondary hid type like so:
keyboard.go()
if __name__ == '__main__': keyboard.go(hid_type=HIDModes.USB, secondary_hid_type=HIDModes.BLE, ble_name='KMK')
This has it default to usb, but it can switch to bluetooth. The code for toggling is KC.HID
KC.HID
I don't know what PEG is, so somebody else will have to comment on your second question.
Sorry, something went wrong.
@Vertex-kb While peg supports kmk you will have to contact the maintainers of peg for your second question: https://github.com/boardsource/pegBoards/issues
No branches or pull requests
How to switch between Bluetooth and wired models? Is it possible to use PEG in bluetooth mode.
The text was updated successfully, but these errors were encountered: