From 34af0537c1a1ca4ddf33bec49393eb4be35ce36b Mon Sep 17 00:00:00 2001 From: Nicolas Munnich Date: Thu, 8 Aug 2024 23:10:06 +0200 Subject: [PATCH] prettier as usual --- .../hardware-metadata-files/hardware-metadata-files.mdx | 1 + 1 file changed, 1 insertion(+) 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)