diff --git a/IR-Driver-Bridging.md b/IR-Driver-Bridging.md index bf39a0c..d0f328f 100644 --- a/IR-Driver-Bridging.md +++ b/IR-Driver-Bridging.md @@ -41,4 +41,6 @@ } ``` -Both methods will bridge the IR signals with `Standard Command` defined in the IR file. The `GenericIrControllerJoinMap.cs` defines the IR driver signal join map for the `Standard Command` defined in the IR file. This allows users to swap IR drivers and keep the supported IR signals on the same join. \ No newline at end of file +Both methods will bridge the IR signals with `Standard Command` defined in the IR file. + +The `useBridgeJoinMap` property implements `GenericIrControllerJoinMap.cs` to define the IR driver signal joins for the `Standard Command` as defined in the IR file. This allows users to swap IR drivers that implement `Standard Command` while bridging IR signals on the same join. \ No newline at end of file