diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-17 08:49:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 08:49:49 +1100 |
commit | d784f78bd0a034c1d6085379615014fd701536ab (patch) | |
tree | 2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/cantor | |
parent | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff) |
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/cantor')
-rw-r--r-- | keyboards/cantor/config.h | 7 | ||||
-rw-r--r-- | keyboards/cantor/info.json | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/keyboards/cantor/config.h b/keyboards/cantor/config.h index 1cb680ac41..0b65007c13 100644 --- a/keyboards/cantor/config.h +++ b/keyboards/cantor/config.h @@ -7,13 +7,6 @@ #define SERIAL_USART_TX_PIN B6 // USART TX pin #define SERIAL_USART_RX_PIN B7 // USART RX pin -/* Top left key on left half */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 0 -/* Top right key on right half */ -#define BOOTMAGIC_LITE_ROW_RIGHT 4 -#define BOOTMAGIC_LITE_COLUMN_RIGHT 5 - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/cantor/info.json b/keyboards/cantor/info.json index b2067508a0..8358a60bd8 100644 --- a/keyboards/cantor/info.json +++ b/keyboards/cantor/info.json @@ -28,6 +28,9 @@ ] }, "split": { + "bootmagic": { + "matrix": [4, 5] + }, "matrix_pins": { "right": { "direct": [ |