#Only USB ready for custom firmware for custom keyboard

1 messages · Page 1 of 1 (latest)

fickle garden
#

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_TOG to keymap
  • Added CONFIG_ZMK_BLE=y and CONFIG_BT=y to 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

GitHub

ZMK configuration for my open source 10 key. Contribute to Mindcool25/zmk-config-fosspad development by creating an account on GitHub.

fickle garden
#

.. Of course it is something like that lol, thanks. I'll double check that fixing that fixes bluetooth, thanks!