qmk_firmware/keyboards/zvecr/zv48/xap.hjson
2022-05-23 02:14:42 +01:00

16 lines
No EOL
466 B
Text

{
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
}
}
}