zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.48k stars 2.56k forks source link

shortening keymap_soft_off behavior label #2285

Closed GermanG closed 2 months ago

GermanG commented 2 months ago

This PR is aiming to fix #2274 The behavior label gets truncated because the len is 9, defined in app/include/zmk/split/bluetooth/service.h as ZMK_SPLIT_RUN_BEHAVIOR_DEV_LEN Shortening the keymap_soft_off solves the issue. Thanks bravekarma (discord) for the advice.