Skip to content

Commit

Permalink
add to Xbox and PS4 controller
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jul 22, 2023
1 parent 3dd1959 commit 5d2ad2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/PaletteDescription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ Palette:
- !Component
name: Xbox Controller
type: Joystick
supports: {Xbox Button: -1}
supports: {Xbox Button: -1, POV Button: -1}
help: An Xbox Controller that drivers can use as input.
properties:
- !ChoicesProperty
Expand All @@ -789,7 +789,7 @@ Palette:
- !Component
name: PS4 Controller
type: Joystick
supports: {PS4 Button: -1}
supports: {PS4 Button: -1, POV Button: -1}
help: A PS4 Controller that drivers can use as input.
properties:
- !ChoicesProperty
Expand Down

0 comments on commit 5d2ad2c

Please sign in to comment.