Skip to content

Commit

Permalink
Update reset.h for soft shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsamlarose authored Oct 8, 2022
1 parent 3d7296c commit 6018a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/include/dt-bindings/zmk/reset.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
// AdaFruit nrf52 Bootloader Specific. See
// https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/d6b28e66053eea467166f44875e3c7ec741cb471/src/main.c#L107

#define RST_UF2 0x57
#define RST_UF2 0x57
#define RST_SUSPEND 0xFE

0 comments on commit 6018a8f

Please sign in to comment.