diff options
author | Joel Challis <git@zvecr.com> | 2022-11-30 06:03:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 17:03:19 +1100 |
commit | bb4f094a08fd150ebe8b4cd5c93b9e7bb0423fd7 (patch) | |
tree | 92d13223f86e97a90ad3afd00269dfea0510382e /keyboards/afternoonlabs | |
parent | 17fec52b0fc337ee96dec020e7371ddd5e39cdea (diff) |
Fix bad bootmagic config (#19206)
Diffstat (limited to 'keyboards/afternoonlabs')
-rw-r--r-- | keyboards/afternoonlabs/breeze/rev0/config.h | 2 | ||||
-rw-r--r-- | keyboards/afternoonlabs/gust/rev1/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/afternoonlabs/breeze/rev0/config.h b/keyboards/afternoonlabs/breeze/rev0/config.h index a4f03a7c4e..4c082fbeac 100644 --- a/keyboards/afternoonlabs/breeze/rev0/config.h +++ b/keyboards/afternoonlabs/breeze/rev0/config.h @@ -37,4 +37,4 @@ #define DIODE_DIRECTION COL2ROW #define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COL 5 +#define BOOTMAGIC_LITE_COLUMN 5 diff --git a/keyboards/afternoonlabs/gust/rev1/config.h b/keyboards/afternoonlabs/gust/rev1/config.h index c2f4290a0b..f3e9c95c52 100644 --- a/keyboards/afternoonlabs/gust/rev1/config.h +++ b/keyboards/afternoonlabs/gust/rev1/config.h @@ -31,4 +31,4 @@ #define DIODE_DIRECTION COL2ROW #define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COL 0 +#define BOOTMAGIC_LITE_COLUMN 0 |