diff options
Diffstat (limited to 'keyboards/rad')
-rw-r--r-- | keyboards/rad/config.h | 4 | ||||
-rw-r--r-- | keyboards/rad/info.json | 3 |
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": { |