diff --git a/docs/docs/development/hardware-metadata-files/hardware-metadata-files.mdx b/docs/docs/development/hardware-metadata-files/hardware-metadata-files.mdx index 68630c00..62347cdc 100644 --- a/docs/docs/development/hardware-metadata-files/hardware-metadata-files.mdx +++ b/docs/docs/development/hardware-metadata-files/hardware-metadata-files.mdx @@ -145,6 +145,7 @@ The optional `arch` property describes the architecture that the MCU of a board ### Power The optional `power_supply` property is used to describe the power consumption characteristics of the board, for use with [ZMK's power profiler]. It has the following children: + - `psu_type` is set to either `LDO` or `SWITCHING` - `psu_output_voltage` is set to the output voltage of the power supply (in mV) - `psu_quiescent` is set to the quiescent of the power supply (in uA)