diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-01-20 00:23:07 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 00:23:07 +1100 |
| commit | d85b27bbbc6b086db469570cf741b515695dd816 (patch) | |
| tree | 07686f572255adfb278aa10a4d3021619fab264c /keyboards/polilla | |
| parent | d668fd3977c46bd5c9a5c50ce77ac86c85cc18ed (diff) | |
| download | qmk_firmware-d85b27bbbc6b086db469570cf741b515695dd816.tar.gz qmk_firmware-d85b27bbbc6b086db469570cf741b515695dd816.zip | |
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 666588446..5f0f10d35 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/>. | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE | ||
| 22 | |||
| 21 | /* USB Device descriptor parameter */ | 23 | /* USB Device descriptor parameter */ |
| 22 | #define VENDOR_ID 0x6166 // af | 24 | #define VENDOR_ID 0x6166 // af |
| 23 | #define PRODUCT_ID 0x0010 | 25 | #define PRODUCT_ID 0x0010 |
