blob: bc2e4a411157d9c4a62086b4be9c72214c43223a [file] [log] [blame]
{
"id": 1,
"type": "uinput",
"command": "register",
"name": "Test Keyboard (USB)",
"vid": 0x18d1,
"pid": 0xabcd,
"bus": "usb",
"configuration":[
{"type": 100, "data": [1]}, // UI_SET_EVBIT : EV_KEY
// UI_SET_KEYBIT : KEY_Q, KEY_W, KEY_E, KEY_A, KEY_B, KEY_C
{"type": 101, "data": [16, 17, 18, 30, 48, 46]}
]
}