summaryrefslogtreecommitdiff
path: root/keyboards/helix
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-17 14:15:06 +1100
committerGitHub <noreply@github.com>2023-02-17 14:15:06 +1100
commit43843e19b630da894e7d5b92edbce8dbdf7f288c (patch)
treec9be2eb6b33ba6e581c85e55a3a458e43f8214c5 /keyboards/helix
parentf4ba17c4a0ee59603c167b04f2d6f6eee8b2cf1b (diff)
Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/pico/info.json2
-rw-r--r--keyboards/helix/rev2/info.json2
-rw-r--r--keyboards/helix/rev3_4rows/info.json2
-rw-r--r--keyboards/helix/rev3_5rows/info.json2
-rw-r--r--keyboards/helix/rules.mk6
5 files changed, 8 insertions, 6 deletions
diff --git a/keyboards/helix/pico/info.json b/keyboards/helix/pico/info.json
index 9c69f52fcd..0cebe7aa3f 100644
--- a/keyboards/helix/pico/info.json
+++ b/keyboards/helix/pico/info.json
@@ -8,6 +8,8 @@
"pid": "0x0001",
"device_version": "0.0.2"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/helix/rev2/info.json b/keyboards/helix/rev2/info.json
index 9efe7fdb53..1dde71a9c0 100644
--- a/keyboards/helix/rev2/info.json
+++ b/keyboards/helix/rev2/info.json
@@ -8,6 +8,8 @@
"pid": "0x0000",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/helix/rev3_4rows/info.json b/keyboards/helix/rev3_4rows/info.json
index e5c19a02b5..edd567a335 100644
--- a/keyboards/helix/rev3_4rows/info.json
+++ b/keyboards/helix/rev3_4rows/info.json
@@ -8,6 +8,8 @@
"pid": "0x0004",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/helix/rev3_5rows/info.json b/keyboards/helix/rev3_5rows/info.json
index 95580e0c08..7ff3a3b521 100644
--- a/keyboards/helix/rev3_5rows/info.json
+++ b/keyboards/helix/rev3_5rows/info.json
@@ -8,6 +8,8 @@
"pid": "0x0003",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk
index e5cf469689..8ea71064b2 100644
--- a/keyboards/helix/rules.mk
+++ b/keyboards/helix/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#