zmk/app/include/dt-bindings/zmk/reset.h

10 lines
167 B
C

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#define ZMK_RESET_WARM 0
#define ZMK_RESET_COLD 1
#define ZMK_RESET_BOOTLOADER 2