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/chavdai40/rev1/config.h | |
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/chavdai40/rev1/config.h')
-rw-r--r-- | keyboards/chavdai40/rev1/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/chavdai40/rev1/config.h b/keyboards/chavdai40/rev1/config.h index a3dcf84e9a..5ce1111bae 100644 --- a/keyboards/chavdai40/rev1/config.h +++ b/keyboards/chavdai40/rev1/config.h @@ -19,6 +19,8 @@ #include "config_common.h" +#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP FALSE + /* USB Device descriptor parameter */ #define VENDOR_ID 0x16D0 #define PRODUCT_ID 0x0F95 @@ -33,7 +35,7 @@ #define MATRIX_ROWS 4 #define MATRIX_COLS 13 - + #define MATRIX_ROW_PINS { A0, A15, B5, B6 } #define MATRIX_COL_PINS { B8, B4, B3, B2, B1, B0, A7, A6, A5, A4, A3, A2, A1 } #define UNUSED_PINS |