summaryrefslogtreecommitdiff
path: root/keyboards/rad
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rad')
-rw-r--r--keyboards/rad/config.h9
-rw-r--r--keyboards/rad/info.json5
-rw-r--r--keyboards/rad/rules.mk6
3 files changed, 5 insertions, 15 deletions
diff --git a/keyboards/rad/config.h b/keyboards/rad/config.h
index 04ea4f9cb9..0cf49d6c0f 100644
--- a/keyboards/rad/config.h
+++ b/keyboards/rad/config.h
@@ -14,11 +14,6 @@
*/
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 3
/* key matrix pins */
#define MATRIX_ROW_PINS { D7, C6, B6, D0 }
@@ -26,7 +21,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 b8098c89a9..09f0d94059 100644
--- a/keyboards/rad/info.json
+++ b/keyboards/rad/info.json
@@ -6,6 +6,11 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
+ "bootmagic": {
+ "matrix": [0, 2]
+ },
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/rad/rules.mk b/keyboards/rad/rules.mk
index 7dae3a8423..3b6a1809db 100644
--- a/keyboards/rad/rules.mk
+++ b/keyboards/rad/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#