diff options
author | Joel Challis <git@zvecr.com> | 2022-08-25 12:17:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 21:17:41 +1000 |
commit | 43fd6471305d3ebd9e6cb537d4d39c71e480922e (patch) | |
tree | a0aac06233163ff1da8649bd590641fccc5fcac9 /keyboards/mlego/m60_split/rev1/config.h | |
parent | 1c47bd0ddfe722021fd377bf15afdc058e89caaf (diff) |
Add eeprom defaults for tinyuf2 bootloader (#18042)
Diffstat (limited to 'keyboards/mlego/m60_split/rev1/config.h')
-rw-r--r-- | keyboards/mlego/m60_split/rev1/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/mlego/m60_split/rev1/config.h b/keyboards/mlego/m60_split/rev1/config.h index 0256bcc924..d1053a2291 100644 --- a/keyboards/mlego/m60_split/rev1/config.h +++ b/keyboards/mlego/m60_split/rev1/config.h @@ -78,6 +78,3 @@ #define BOOTMAGIC_LITE_ROW_RIGHT 5 #define BOOTMAGIC_LITE_COLUMN_RIGHT 0 #endif - -// you want to comment this if using stm32-dfu as bootloader -#define FEE_PAGE_BASE_ADDRESS 0x08008000 |