Willow Herring

Results 22 issues of Willow Herring

Currently the `ble_active_profile_changed` event will trigger if a profile is cleared or disconnected but it's up on the individual event handlers to call `zmk_ble_active_profile_is_open()` and `zmk_ble_active_profile_is_connected()` to actually retrieve that...

enhancement
core

If using sideband kscan for tasks other than soft off (i.e. with CONFIG_PM_DEVICE disabled) the compiler throws an unused variable warning. Moving the variable inside the #if IS_ENABLED(CONFIG_PM_DEVICE) fixes this...

This allows for the device name to be set at runtime, possible uses for this include a custom display screen that lets you type it in using the keycode state...

core
bluetooth

Spotted this whilst working on a custom backlight behavior. The set brightness function in the backlighting code has a max of 100, as does the zephyr led-pwm driver https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/led/led_pwm.c The...

lighting
studio

By default if only one endpoint is connected but the other is selected, the connected endpoint will be chosen as a fallback, for boards with physical endpoint selection slide switches...

core
bluetooth
usb

Currently advertising cannot be disabled, In some circumstances it may be desirable to disable advertising to the host e.g. seeking consistency between an endpoint switch and percieved board behaviour. This...

core
bluetooth

Not really sure if this is an issue or just something to note as changing it may have compatibility problems. When macros are generated they include the property `label=`. The...

Add a new event for when any peripheral connects or disconnects from the central ## PR check-list - [x] Branch has a [clean commit history](https://zmk.dev/docs/development/contributing/pull-requests#clean-commit-history) - [x] Additional tests are...

split

This adds functions to set the idle and deep sleep timeouts, the new timeouts are persisted in settings across reboots of the board ## PR check-list - [x] Branch has...

Stale

Opening this as a draft for now pending feedback as it's not in a very finished state, but this adds an event that gets raised when the split transport state...