Katona / zmk-ble

BLE utility app for ZMK based keyboards
MIT License
11 stars 3 forks source link

Battery level is zero `C0% P0%` #2

Open xbladesub opened 1 year ago

xbladesub commented 1 year ago

Is there any solution how to fix this? Attached conf file. (I use Miryoku)

image
CONFIG_ZMK_KEYBOARD_NAME="Chocofi ZMK"
CONFIG_USB_DEVICE_VID=0x13BA
CONFIG_USB_DEVICE_PID=0x3E7
CONFIG_ZMK_BLE=y
CONFIG_BT=y
CONFIG_ZMK_IDLE_TIMEOUT=30000
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_MOUSE=y

My config is based on ZMK repo main branch + another branches which were merged into the main: ftc/zmk/mouse-ftc petejohanson/zmk/ble/gatt-dis-config-improvements manna-harbour/zmk/suspend-test

Katona commented 1 year ago

Hi, you need https://github.com/zmkfirmware/zmk/pull/1243 to be merged for this to work.

xbladesub commented 12 months ago

@Katona It's doesn't work anymore. I'm using miryoku layout and github actions

image
Katona commented 12 months ago

Yeah, my branch is completely outdated, I didn't get the chance to update it.

xbladesub commented 10 months ago

@Katona could you please give a hint what should be updated?

equiman commented 8 months ago

It was already finish and merged to main.

https://github.com/zmkfirmware/zmk/pull/2045#event-11381541407