Cargo Features

rmk-config has no features set by default.

[dependencies]
rmk-config = { version = "0.1.3", features = ["toml"] }
toml = serde, serde_derive

Affects rmk-config::toml_config

_nrf_ble = embassy-nrf

Affects keyboard_config::RmkConfig.ble_battery_config

_esp_ble

Affects keyboard_config::RmkConfig.ble_battery_config

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde toml?
serde_derive toml?
embassy-nrf _nrf_ble?