diff options
| author | Nick Brassel | 2021-01-19 14:23:07 +0100 |
|---|---|---|
| committer | GitHub | 2021-01-19 14:23:07 +0100 |
| commit | d85b27bbbc6b086db469570cf741b515695dd816 (patch) | |
| tree | 07686f572255adfb278aa10a4d3021619fab264c /keyboards/polilla | |
| parent | d668fd3977c46bd5c9a5c50ce77ac86c85cc18ed (diff) | |
Leftover early initialisation conversions (#11615)
* jm60
* ergodox_stm32
* F042 bootloader jumps.
* xiaomi/mk02 custom bootloader, no early-init bootloader jump for F072.
* matrix/m20add, matrix/noah
Diffstat (limited to 'keyboards/polilla')
| -rw-r--r-- | keyboards/polilla/rev1/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/polilla/rev1/config.h b/keyboards/polilla/rev1/config.h index 6665884465..5f0f10d355 100644 --- a/keyboards/polilla/rev1/config.h +++ b/keyboards/polilla/rev1/config.h @@ -18,6 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" +#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE + /* USB Device descriptor parameter */ #define VENDOR_ID 0x6166 // af #define PRODUCT_ID 0x0010 |