I've been working on a custom number pad keyboard powered by the nice!nano v2. So far, the firmware works 100% over USB, however, when I try to do anything using bluetooth, including powering it using either the battery or just a powered USB connection, I end up getting the line [00:18:12.501,403] <dbg> zmk: get_selected_transport: Only USB is ready. in the USB debug interface when connected to my computer, and I don't see any bluetooth devices from the 3 devices I am checking on.
Things I've done:
- Added
&out OUT_TOGto keymap - Added
CONFIG_ZMK_BLE=yandCONFIG_BT=yto my config file - Attempted switching bluetooth profiles, nothing out of that
I'm assuming the issue is a small silly mistake, but I can't seem to figure the issue out.
Firmware github repo:
https://github.com/Mindcool25/zmk-config-fosspad