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/gl516 | |
parent | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff) |
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/gl516')
-rw-r--r-- | keyboards/gl516/xr63gl/config.h | 3 | ||||
-rw-r--r-- | keyboards/gl516/xr63gl/info.json | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/gl516/xr63gl/config.h b/keyboards/gl516/xr63gl/config.h index 302f68620d..928fde7d86 100644 --- a/keyboards/gl516/xr63gl/config.h +++ b/keyboards/gl516/xr63gl/config.h @@ -21,9 +21,6 @@ #define MATRIX_MASKED -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 1 - #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED_MASK 0U diff --git a/keyboards/gl516/xr63gl/info.json b/keyboards/gl516/xr63gl/info.json index 7c6229a903..746f137807 100644 --- a/keyboards/gl516/xr63gl/info.json +++ b/keyboards/gl516/xr63gl/info.json @@ -23,6 +23,9 @@ "pid": "0x0001", "vid": "0x8686" }, + "bootmagic": { + "matrix": [0, 1] + }, "layouts": { "LAYOUT_63_ansi": { "layout": [ |