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 @@ -51,6 +51,11 @@
},
"uniqueItems": true
},
"scroll_wheel": {
"type": "boolean",
"title": "Scroll Wheel",
"description": "Whether or not the controller has a scroll wheel"
},
"digital_sticks": {
"type": [
"array",
Expand Down
1 change: 1 addition & 0 deletions .utilities/generate_controller_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def process_functions(functions:dict, level=1):

| Feature | Value |
| :---: | :---: |
| Scroll Wheel | {bool_to_emoji(functions.get('scroll_wheel', False))} |
| Macro | {bool_to_emoji(functions['macro'])} |
| Turbo | {bool_to_emoji(functions['turbo'])} |
| Accelerometer | {bool_to_emoji(functions['accelerometer'])} |
Expand Down
Binary file added accessibility/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions accessibility/microsoft/adaptive/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "Microsoft Xbox Adaptive Controller",
"functions": {
"analog_sticks": null,
"digital_sticks": null,
"action_buttons": [
{
"name": "A",
"analog": false
},
{
"name": "B",
"analog": false
}
],
"menu_buttons": ["View", "Menu"],
"system_buttons": ["Guide"],
"other_buttons": ["Sync"],
"trackpads": null,
"touch_screens": null,
"directional_buttons": [
{
"set": ["Up", "Down", "Left", "Right"],
"socd_prevention": {
"hardware": true,
"software": null
}
}
],
"gyroscope": false,
"accelerometer": false,
"ir_reciever": false,
"extension_ports": 1,
"headset_port": true,
"speaker": false,
"microphone": false,
"cable": {
"interface": "USB-C",
"removable": true
},
"bluetooth": true,
"2_4ghz": false,
"rumble": "standard",
"digital_to_analog_conversion": null,
"pc_xinput": true,
"pc_steaminput": true,
"native_consoles": ["xb1", "xbs"],
"macro": false,
"turbo": false
}
}
Binary file added accessibility/microsoft/adaptive/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added accessibility/microsoft/adaptive/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions accessibility/microsoft/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Microsoft"
}
File renamed without changes
3 changes: 3 additions & 0 deletions keyboard/generic/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Generic brand"
}
Loading