Fix bad bootmagic config (#19206)

This commit is contained in:
Joel Challis 2022-11-30 06:03:19 +00:00 committed by GitHub
parent 17fec52b0f
commit bb4f094a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -37,4 +37,4 @@
#define DIODE_DIRECTION COL2ROW
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COL 5
#define BOOTMAGIC_LITE_COLUMN 5

View File

@ -31,4 +31,4 @@
#define DIODE_DIRECTION COL2ROW
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COL 0
#define BOOTMAGIC_LITE_COLUMN 0