Skip to content

Commit

Permalink
doc: update feature doc and readme
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <haobogu@outlook.com>
  • Loading branch information
HaoboGu committed Sep 11, 2024
1 parent 0f08626 commit ac02a0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ A feature-rich Rust keyboard firmware.

## [User Documentation](https://haobogu.github.io/rmk/user_guide/1_guide_overview.html) | [API Reference](https://docs.rs/rmk/latest/rmk/) | [FAQs](https://haobogu.github.io/rmk/faq.html) | [Changelog](https://github.com/HaoboGu/rmk/blob/main/rmk/CHANGELOG.md)

</details>

## Real World Examples

### [rmk-ble-keyboard](https://github.com/HaoboGu/rmk-ble-keyboard)
Expand Down
3 changes: 1 addition & 2 deletions rmk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ nrf52810_ble = [

## Enable feature if you want to use ESP32C3 with BLE.
esp32c3_ble = ["_esp_ble"]
## Enable feature if you want to use ESP32C6 with BLE.
esp32c6_ble = ["_esp_ble"]
## Enable feature if you want to use ESP32S3 with BLE.
esp32s3_ble = ["_esp_ble"]
Expand All @@ -150,5 +151,3 @@ _nrf_ble = [
"dep:once_cell",
]
_ble = ["_no_external_storage"]


0 comments on commit ac02a0d

Please sign in to comment.