summaryrefslogtreecommitdiff
path: root/app/include/dt-bindings/zmk/reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/dt-bindings/zmk/reset.h')
-rw-r--r--app/include/dt-bindings/zmk/reset.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/include/dt-bindings/zmk/reset.h b/app/include/dt-bindings/zmk/reset.h
index b513649..2b3d876 100644
--- a/app/include/dt-bindings/zmk/reset.h
+++ b/app/include/dt-bindings/zmk/reset.h
@@ -1,12 +1,13 @@
/*
- * Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
+ * Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
-#define RST_WARM 0x00
-#define RST_COLD 0x01
+#define RST_WARM 0x00
+#define RST_COLD 0x01
-// AdaFruit nrf52 Bootloader Specific. See https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/d6b28e66053eea467166f44875e3c7ec741cb471/src/main.c#L107
+// AdaFruit nrf52 Bootloader Specific. See
+// https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/d6b28e66053eea467166f44875e3c7ec741cb471/src/main.c#L107
-#define RST_UF2 0x57 \ No newline at end of file
+#define RST_UF2 0x57 \ No newline at end of file