From ac02a0d948524b4fc6fe23c5ee12eb80d682c9e8 Mon Sep 17 00:00:00 2001 From: Haobo Gu Date: Wed, 11 Sep 2024 19:53:03 +0800 Subject: [PATCH] doc: update feature doc and readme Signed-off-by: Haobo Gu --- README.md | 2 -- rmk/Cargo.toml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 452d7519..ea681089 100644 --- a/README.md +++ b/README.md @@ -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) - - ## Real World Examples ### [rmk-ble-keyboard](https://github.com/HaoboGu/rmk-ble-keyboard) diff --git a/rmk/Cargo.toml b/rmk/Cargo.toml index 9aff61b7..c1810dec 100644 --- a/rmk/Cargo.toml +++ b/rmk/Cargo.toml @@ -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"] @@ -150,5 +151,3 @@ _nrf_ble = [ "dep:once_cell", ] _ble = ["_no_external_storage"] - -