From f1627220c5905590893c706ac1762c922983a5a5 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 6 Jan 2025 23:09:16 -0800 Subject: [PATCH] Fix inverted MSI-Claw menu buttons --- .../usr/share/inputplumber/capability_maps/msiclaw_type1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/share/inputplumber/capability_maps/msiclaw_type1.yaml b/rootfs/usr/share/inputplumber/capability_maps/msiclaw_type1.yaml index 991f1b2..38e202d 100644 --- a/rootfs/usr/share/inputplumber/capability_maps/msiclaw_type1.yaml +++ b/rootfs/usr/share/inputplumber/capability_maps/msiclaw_type1.yaml @@ -15,13 +15,13 @@ id: claw1 mapping: - name: Guide source_events: - - keyboard: KeyF16 + - keyboard: KeyF15 target_event: gamepad: button: Guide - name: QuickAccess source_events: - - keyboard: KeyF15 + - keyboard: KeyF16 target_event: gamepad: button: QuickAccess