Skip to content

Commit 0baef93

Browse files
authored
Merge pull request #39 from TournamentStreamHelper/short_name
Added short names for display
2 parents 85327cd + ae22caa commit 0baef93

File tree

15 files changed

+19
-0
lines changed

15 files changed

+19
-0
lines changed

.schema/controller.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"$ref": "#/definitions/Variant"
2929
},
3030
"uniqueItems": true
31+
},
32+
"short_name": {
33+
"type": "string",
34+
"title": "Short name",
35+
"description": "Shorter display name for the device"
3136
}
3237
},
3338
"required": [

accessibility/microsoft/adaptive/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Microsoft Xbox Adaptive Controller",
3+
"short_name": "Xbox Adaptive Controller",
34
"functions": {
45
"analog_sticks": null,
56
"digital_sticks": null,

pad/8bitdo/m30xbox/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "8BitDo M30 Wired Controller for Xbox",
3+
"short_name": "8BitDo M30",
34
"functions": {
45
"analog_sticks": null,
56
"digital_sticks": null,

pad/microsoft/one/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Microsoft Xbox Wireless Controller (Xbox One variant - Model 1)",
3+
"short_name": "Xbox One Controller",
34
"functions": {
45
"analog_sticks": [
56
{

pad/microsoft/one_model2/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Microsoft Xbox Wireless Controller (Xbox One variant - Model 2)",
3+
"short_name": "Xbox One Controller",
34
"functions": {
45
"analog_sticks": [
56
{

pad/microsoft/one_s/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Microsoft Xbox Wireless Controller (Xbox One S variant)",
3+
"short_name": "Xbox One Controller",
34
"functions": {
45
"analog_sticks": [
56
{

pad/microsoft/series/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Microsoft Xbox Wireless Controller (Xbox Series X|S variant)",
3+
"short_name": "Xbox Series X|S Controller",
34
"functions": {
45
"analog_sticks": [
56
{

pad/nintendo/gcn/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Nintendo GameCube Controller",
3+
"short_name": "GameCube Controller",
34
"functions": {
45
"analog_sticks": [
56
{

pad/nintendo/gcnnso/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Nintendo GameCube - Nintendo Classics controller for Nintendo Switch 2",
3+
"short_name": "GameCube Controller for Nintendo Classics",
34
"functions": {
45
"analog_sticks": [
56
{

pad/nintendo/joycon/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Nintendo Switch Joy-Con",
3+
"short_name": "Joy-Con",
34
"functions": {
45
"analog_sticks": [
56
{

0 commit comments

Comments
 (0)