Skip to content

Commit

Permalink
Fix bad bootmagic config (qmk#19206)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Nov 30, 2022
1 parent 17fec52 commit bb4f094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/afternoonlabs/breeze/rev0/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
#define DIODE_DIRECTION COL2ROW

#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COL 5
#define BOOTMAGIC_LITE_COLUMN 5
2 changes: 1 addition & 1 deletion keyboards/afternoonlabs/gust/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
#define DIODE_DIRECTION COL2ROW

#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COL 0
#define BOOTMAGIC_LITE_COLUMN 0

0 comments on commit bb4f094

Please sign in to comment.