2020-08-21 14:33:48 +10:00
|
|
|
/*
|
2020-09-10 13:57:44 +10:00
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
2020-08-21 14:33:48 +10:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2020-09-14 12:53:24 +10:00
|
|
|
#define RST_WARM 0x00
|
|
|
|
#define RST_COLD 0x01
|
2020-08-21 14:33:48 +10:00
|
|
|
|
2020-09-14 12:53:24 +10:00
|
|
|
// AdaFruit nrf52 Bootloader Specific. See
|
|
|
|
// https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/d6b28e66053eea467166f44875e3c7ec741cb471/src/main.c#L107
|
2020-08-21 14:33:48 +10:00
|
|
|
|
2020-09-14 12:53:24 +10:00
|
|
|
#define RST_UF2 0x57
|