Accept DP2 trigger codes 19 and 16

This commit is contained in:
Lago
2026-03-27 15:43:44 +01:00
parent c8ab5ad9bc
commit a4837c1172
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Configure only one value per machine:
Samsung trigger input codes mapped by port: Samsung trigger input codes mapped by port:
- `DP1` -> `15` - `DP1` -> `15`
- `DP2` -> `19` - `DP2` -> `19` (or `16` on some setups)
- `HDMI` -> `17` - `HDMI` -> `17`
- If Samsung trigger input matches this device port code, the app runs `monitor.set_input_source(<PORT>)` on `AW3423DWF` via `monitorcontrol`. - If Samsung trigger input matches this device port code, the app runs `monitor.set_input_source(<PORT>)` on `AW3423DWF` via `monitorcontrol`.
+1 -1
View File
@@ -10,7 +10,7 @@ PROJECT_ROOT = Path(__file__).resolve().parent.parent
CONFIG_PATH = PROJECT_ROOT / "config.json" CONFIG_PATH = PROJECT_ROOT / "config.json"
SUPPORTED_TARGET_PORTS = { SUPPORTED_TARGET_PORTS = {
"DP1": {"ddm_input": "DP1", "input_codes": {15}}, "DP1": {"ddm_input": "DP1", "input_codes": {15}},
"DP2": {"ddm_input": "DP2", "input_codes": {19}}, "DP2": {"ddm_input": "DP2", "input_codes": {19, 16}},
"HDMI": {"ddm_input": "HDMI", "input_codes": {17}}, "HDMI": {"ddm_input": "HDMI", "input_codes": {17}},
} }
+1 -1
View File
@@ -250,7 +250,7 @@
<p class="eyebrow">Alienware-Only Targeting</p> <p class="eyebrow">Alienware-Only Targeting</p>
<h1>Internal KVM Switch Dashboard</h1> <h1>Internal KVM Switch Dashboard</h1>
<p> <p>
Samsung is trigger-only. This device switches Alienware AW3423DWF when Samsung input matches the configured local port code: DP1 = 15, DP2 = 19, HDMI = 17. Samsung is trigger-only. This device switches Alienware AW3423DWF when Samsung input matches the configured local port code: DP1 = 15, DP2 = 19 (or 16 on some setups), HDMI = 17.
</p> </p>
</section> </section>