Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .schema/controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"$ref": "#/definitions/Variant"
},
"uniqueItems": true
},
"short_name": {
"type": "string",
"title": "Short name",
"description": "Shorter display name for the device"
}
},
"required": [
Expand Down
1 change: 1 addition & 0 deletions accessibility/microsoft/adaptive/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Microsoft Xbox Adaptive Controller",
"short_name": "Xbox Adaptive Controller",
"functions": {
"analog_sticks": null,
"digital_sticks": null,
Expand Down
1 change: 1 addition & 0 deletions pad/8bitdo/m30xbox/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "8BitDo M30 Wired Controller for Xbox",
"short_name": "8BitDo M30",
"functions": {
"analog_sticks": null,
"digital_sticks": null,
Expand Down
1 change: 1 addition & 0 deletions pad/microsoft/one/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Microsoft Xbox Wireless Controller (Xbox One variant - Model 1)",
"short_name": "Xbox One Controller",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/microsoft/one_model2/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Microsoft Xbox Wireless Controller (Xbox One variant - Model 2)",
"short_name": "Xbox One Controller",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/microsoft/one_s/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Microsoft Xbox Wireless Controller (Xbox One S variant)",
"short_name": "Xbox One Controller",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/microsoft/series/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Microsoft Xbox Wireless Controller (Xbox Series X|S variant)",
"short_name": "Xbox Series X|S Controller",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/nintendo/gcn/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Nintendo GameCube Controller",
"short_name": "GameCube Controller",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/nintendo/gcnnso/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Nintendo GameCube - Nintendo Classics controller for Nintendo Switch 2",
"short_name": "GameCube Controller for Nintendo Classics",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/nintendo/joycon/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Nintendo Switch Joy-Con",
"short_name": "Joy-Con",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/nintendo/joycon2/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Nintendo Switch 2 Joy-Con 2",
"short_name": "Joy-Con 2",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/nintendo/wiimote/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Nintendo Wii Remote",
"short_name": "Wii Remote",
"functions": {
"analog_sticks": null,
"digital_sticks": null,
Expand Down
1 change: 1 addition & 0 deletions pad/sony/dual4/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Sony DualShock 4 wireless controller",
"short_name": "DualShock 4",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/sony/dualedge/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Sony DualSense Edge wireless controller",
"short_name": "DualSense Edge",
"functions": {
"analog_sticks": [
{
Expand Down
1 change: 1 addition & 0 deletions pad/sony/dualsense/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Sony DualSense wireless controller",
"short_name": "DualSense",
"functions": {
"analog_sticks": [
{
Expand Down