Browse Source

Fix bad bootmagic config (#19206)

pull/19210/head
Joel Challis 1 year ago
committed by GitHub
parent
commit
bb4f094a08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      keyboards/afternoonlabs/breeze/rev0/config.h
  2. +1
    -1
      keyboards/afternoonlabs/gust/rev1/config.h

+ 1
- 1
keyboards/afternoonlabs/breeze/rev0/config.h 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

+ 1
- 1
keyboards/afternoonlabs/gust/rev1/config.h 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

Loading…
Cancel
Save