From bb4f094a08fd150ebe8b4cd5c93b9e7bb0423fd7 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 30 Nov 2022 06:03:19 +0000 Subject: [PATCH] Fix bad bootmagic config (#19206) --- keyboards/afternoonlabs/breeze/rev0/config.h | 2 +- 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 a4f03a7c4e9789eb8f2f753e2601d4360753af00..4c082fbeac0109fdb56b754d3170218add4ebfd8 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 c2f4290a0baa9b0583d5c4e4c6b8b6c96cee30f8..f3e9c95c52f85de5b36ac9ffd56f92eb507d42b5 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