diff options
author | QMK Bot <hello@qmk.fm> | 2022-11-30 06:03:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-11-30 06:03:51 +0000 |
commit | 3fffdf4c716a80b33af2a5032198c986b9bd09f4 (patch) | |
tree | 65a74772650414650fa4d8880af2f9f0cc0a4679 | |
parent | 370c02cb9a942ffccd493b38fa06afa5b52e24d8 (diff) | |
parent | bb4f094a08fd150ebe8b4cd5c93b9e7bb0423fd7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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 |