From 9989ee65c644543d8701ddc6828a4ee221ad3ce8 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Sun, 25 Apr 2021 13:40:56 +1000 Subject: [PATCH] Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#12600) * Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example. * Update flashing.md * Update chconf.h * Update config.h * Update halconf.h * Update mcuconf.h --- keyboards/handwired/onekey/blackpill_f411_tinyuf2/rules.mk | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 keyboards/handwired/onekey/blackpill_f411_tinyuf2/rules.mk diff --git a/keyboards/handwired/onekey/blackpill_f411_tinyuf2/rules.mk b/keyboards/handwired/onekey/blackpill_f411_tinyuf2/rules.mk old mode 100755 new mode 100644