qmk_firmware/keyboards/zvecr/zv48/xap.hjson

16 lines
466 B
Text
Raw Normal View History

2022-05-23 01:14:42 +00:00
{
routes: {
0x01: {
type: command
name: Capabilities Query
define: CAPABILITIES_QUERY_KB
description:
'''
KB subsystem capabilities query. Each bit should be considered as a "usable" route within this subsystem.
'''
return_type: u32
return_purpose: capabilities
return_constant: XAP_ROUTE_KB_CAPABILITIES
}
}
}