Skip to content

Commit 53d7fcf

Browse files
committed
Update README with build environment details and modify idf_component.yml to check tinyusb version
1 parent 4111caa commit 53d7fcf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
Chain DualKey is a programmable dual-key input development board equipped with the ESP32-S3FN8 main control chip. The front integrates 2 hot-swappable blue switch mechanical keyboard keys and 2 programmable RGB LEDs, providing excellent interactive feedback. It has a built-in 350mAh lithium battery, combining with a low-power design for good battery life. The product comes with pre-installed Chain macro keyboard firmware, supports USB / BLE connections, and can emulate HID input devices. After the device is powered on, you can connect to the device's AP hotspot and configure the HID function mapping for the local device or expansion nodes via the built-in web page to achieve various control functions. This development board adopts the M5Stack Chain series expandable design, featuring two HY2.0-4P expansion ports that support lateral expansion and connection to other sensor devices. With the USB-OTG peripheral function built into ESP32-S3, it is suitable for smart home, keyboard peripherals, macro keyboards, and other scenarios.
88

9+
## build environment
10+
esp-idf version: 5.5.1
11+
912
## Related Link
1013

1114
- [Document & Datasheet](https://docs.m5stack.com/en/chain/Chain_DualKey)

main/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
idf:
66
version: '>=4.1.0'
77
espressif/tinyusb:
8-
version: '>=0.15.0~2'
8+
version: ^0.18.0~2
99
button:
1010
version: ">=4.0.0"
1111

@@ -19,4 +19,4 @@ dependencies:
1919
# # For transient dependencies `public` flag can be set.
2020
# # `public` flag doesn't have an effect dependencies of the `main` component.
2121
# # All dependencies of `main` are public by default.
22-
# public: true
22+
# public: true

0 commit comments

Comments
 (0)