Skip to content

Commit

Permalink
Change some Ayaneo devices to xbox-elite
Browse files Browse the repository at this point in the history
InputPlumber maps LC and RC to LeftPaddle1 and RightPaddle1, respectively.  However, Ayaneo devices are set to xb360 and cannot take advantage.

This changes tested Ayaneo devices to xbox-elite.
  • Loading branch information
uejji committed Oct 8, 2024
1 parent 061a7d8 commit 7837be3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rootfs/usr/share/inputplumber/devices/50-ayaneo_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ options:

# The target input device(s) that the virtual device profile can use
target_devices:
- xb360
- xbox-elite
- mouse
- keyboard

Expand Down
2 changes: 1 addition & 1 deletion rootfs/usr/share/inputplumber/devices/50-ayaneo_2s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ options:

# The target input device(s) that the virtual device profile can use
target_devices:
- xb360
- xbox-elite
- mouse
- keyboard

Expand Down
2 changes: 1 addition & 1 deletion rootfs/usr/share/inputplumber/devices/50-ayaneo_air.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ options:

# The target input device(s) that the virtual device profile can use
target_devices:
- xb360
- xbox-elite
- mouse
- keyboard

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ options:

# The target input device(s) that the virtual device profile can use
target_devices:
- xb360
- xbox-elite
- mouse
- keyboard

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ options:

# The target input device(s) that the virtual device profile can use
target_devices:
- xb360
- xbox-elite
- mouse
- keyboard

Expand Down
2 changes: 1 addition & 1 deletion rootfs/usr/share/inputplumber/devices/50-ayaneo_flip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ options:

# The target input device(s) that the virtual device profile can use
target_devices:
- xb360
- xbox-elite
- mouse
- keyboard

Expand Down
2 changes: 1 addition & 1 deletion rootfs/usr/share/inputplumber/devices/50-ayaneo_slide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ options:

# The target input device(s) that the virtual device profile can use
target_devices:
- xb360
- xbox-elite
- mouse
- keyboard

Expand Down

0 comments on commit 7837be3

Please sign in to comment.