diff options
Diffstat (limited to 'keyboards/matrix/noah/noah.c')
-rw-r--r-- | keyboards/matrix/noah/noah.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/matrix/noah/noah.c b/keyboards/matrix/noah/noah.c index 2143dee3be..89c25707af 100644 --- a/keyboards/matrix/noah/noah.c +++ b/keyboards/matrix/noah/noah.c @@ -4,6 +4,11 @@ #include "noah.h" +void bootloader_jump(void) { + // This board doesn't use the standard DFU bootloader, and no information is available regarding how to enter bootloader mode. All we can do here is reset. + NVIC_SystemReset(); +} + #ifdef RGBLIGHT_ENABLE #include <string.h> #include "rgblight.h" |