summaryrefslogtreecommitdiff
path: root/keyboards/rad
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-17 08:49:49 +1100
committerGitHub <noreply@github.com>2023-02-17 08:49:49 +1100
commitd784f78bd0a034c1d6085379615014fd701536ab (patch)
tree2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/rad
parent7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff)
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/rad')
-rw-r--r--keyboards/rad/config.h4
-rw-r--r--keyboards/rad/info.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/rad/config.h b/keyboards/rad/config.h
index 0c9bac6f3a..9cce11cb81 100644
--- a/keyboards/rad/config.h
+++ b/keyboards/rad/config.h
@@ -25,7 +25,3 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-
-/* Bootmagic key configuration */
-#define BOOTMAGIC_LITE_ROW 0
-#define BOOTMAGIC_LITE_COLUMN 2
diff --git a/keyboards/rad/info.json b/keyboards/rad/info.json
index 46659d40e2..09f0d94059 100644
--- a/keyboards/rad/info.json
+++ b/keyboards/rad/info.json
@@ -6,6 +6,9 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
+ "bootmagic": {
+ "matrix": [0, 2]
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {