diff options
| author | Ryan | 2023-02-16 22:49:49 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-16 22:49:49 +0100 |
| commit | d784f78bd0a034c1d6085379615014fd701536ab (patch) | |
| tree | 2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/beekeeb/piantor/config.h | |
| parent | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff) | |
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/beekeeb/piantor/config.h')
| -rw-r--r-- | keyboards/beekeeb/piantor/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/beekeeb/piantor/config.h b/keyboards/beekeeb/piantor/config.h index 6a50429c20..e6ba4c0be9 100644 --- a/keyboards/beekeeb/piantor/config.h +++ b/keyboards/beekeeb/piantor/config.h @@ -10,6 +10,3 @@ #define SERIAL_USART_FULL_DUPLEX #define SERIAL_USART_TX_PIN GP0 #define SERIAL_USART_RX_PIN GP1 - -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 5 |