File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
rootfs/usr/share/inputplumber Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/ShadowBlip/InputPlumber/main/rootfs/usr/share/inputplumber/schema/capability_map_v2.json
2+ # Schema version number
3+ version : 2
4+
5+ # The type of configuration schema
6+ kind : CapabilityMap
7+
8+ # Name for the device event map
9+ name : GPD Menu
10+
11+ # Unique identifier of the capability mapping
12+ id : gpd_menu
13+
14+ # List of mapped events that are activated by a specific set of activation keys.
15+ mapping :
16+ - name : Menu Button
17+ source_events :
18+ - evdev :
19+ event_type : KEY
20+ event_code : BTN_MODE
21+ value_type : button
22+ target_event :
23+ gamepad :
24+ button : Screenshot
Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://raw.githubusercontent.com/ShadowBlip/InputPlumber/main/rootfs/usr/share/inputplumber/schema/capability_map_v2 .json
1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/ShadowBlip/InputPlumber/main/rootfs/usr/share/inputplumber/schema/capability_map_v1 .json
22# Schema version number
33version : 1
44
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ source_devices:
2727 name : " Microsoft X-Box 360 pad"
2828 phys_path : usb-0000:66:00.0-5.1/input0
2929 handler : event*
30+ capability_map_id : gpd_menu
3031 - group : keyboard
3132 evdev :
3233 name : " Mouse for Windows"
You can’t perform that action at this time.
0 commit comments