diff --git a/IR-Driver-Bridging.md b/IR-Driver-Bridging.md index b60d154..25dfea2 100644 --- a/IR-Driver-Bridging.md +++ b/IR-Driver-Bridging.md @@ -43,4 +43,4 @@ Both methods will bridge the IR signals with `Standard Command` defined in the IR file. -The `useBridgeJoinMap` property implements `GenericIrControllerJoinMap.cs` to standardized IR driver `Standard Command` signal joins. This allows users to swap IR drivers that implement `Standard Command` while bridging IR signals consistently between drivers. For example, when `useBridgeJoinMap` is present, channel up will be mapped to join-22 + device `joinstart`. \ No newline at end of file +The `useBridgeJoinMap` property implements `GenericIrControllerJoinMap.cs` to standardized IR driver `Standard Command` signal joins. This allows users to swap IR drivers that implement `Standard Command` while bridging IR signals consistently between drivers. For example, when `useBridgeJoinMap` is present, channel up will be mapped to join-22 + device `joinstart` for any IR driver that has the signal marked as `Standard Command`. \ No newline at end of file