From 01f31bf28ebcb5721229697c93dc6e0b2d5b66d7 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 15 Sep 2022 01:03:55 +0100 Subject: [Docs] RESET -> QK_BOOT (#18365) --- docs/platformdev_chibios_earlyinit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/platformdev_chibios_earlyinit.md') diff --git a/docs/platformdev_chibios_earlyinit.md b/docs/platformdev_chibios_earlyinit.md index e1256f2714..bc49247222 100644 --- a/docs/platformdev_chibios_earlyinit.md +++ b/docs/platformdev_chibios_earlyinit.md @@ -12,7 +12,7 @@ The function `early_hardware_init_pre` is the earliest possible code that can be This is executed before RAM gets cleared, and before clocks or GPIOs are configured; for example, ChibiOS delays are not likely to work at this point. After executing this function, RAM on the MCU may be zero'ed. Assigning values to variables during execution of this function may be overwritten. -As such, if you wish to override this API consider limiting use to writing to low-level registers. The default implementation of this function can be configured to jump to bootloader if a `RESET` key was pressed: +As such, if you wish to override this API consider limiting use to writing to low-level registers. The default implementation of this function can be configured to jump to bootloader if a `QK_BOOT` key was pressed: | `config.h` override | Description | Default | |-----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| -- cgit v1.2.3