diff options
| author | Ryan <fauxpark@gmail.com> | 2023-02-08 18:41:46 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-08 18:41:46 +1100 |
| commit | f9aeea64c1f85d388485503e52035b5f7533ed26 (patch) | |
| tree | 72808eb450b72eddac307395784c914cb22c0dd4 /keyboards/adpenrose | |
| parent | 3499677b6a5a9ee5845122382f93f0500dfd8429 (diff) | |
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)
Diffstat (limited to 'keyboards/adpenrose')
| -rw-r--r-- | keyboards/adpenrose/akemipad/info.json | 2 | ||||
| -rw-r--r-- | keyboards/adpenrose/akemipad/rules.mk | 6 | ||||
| -rw-r--r-- | keyboards/adpenrose/kintsugi/info.json | 2 | ||||
| -rw-r--r-- | keyboards/adpenrose/kintsugi/rules.mk | 6 | ||||
| -rw-r--r-- | keyboards/adpenrose/obi/info.json | 2 | ||||
| -rw-r--r-- | keyboards/adpenrose/obi/rules.mk | 6 | ||||
| -rw-r--r-- | keyboards/adpenrose/shisaku/info.json | 2 | ||||
| -rw-r--r-- | keyboards/adpenrose/shisaku/rules.mk | 6 |
8 files changed, 8 insertions, 24 deletions
diff --git a/keyboards/adpenrose/akemipad/info.json b/keyboards/adpenrose/akemipad/info.json index ba12f0ace4..2e3f785164 100644 --- a/keyboards/adpenrose/akemipad/info.json +++ b/keyboards/adpenrose/akemipad/info.json | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | "pid": "0x0004", | 7 | "pid": "0x0004", |
| 8 | "vid": "0x4450" | 8 | "vid": "0x4450" |
| 9 | }, | 9 | }, |
| 10 | "processor": "atmega32u4", | ||
| 11 | "bootloader": "caterina", | ||
| 10 | "layouts": { | 12 | "layouts": { |
| 11 | "LAYOUT_all": { | 13 | "LAYOUT_all": { |
| 12 | "layout": [ | 14 | "layout": [ |
diff --git a/keyboards/adpenrose/akemipad/rules.mk b/keyboards/adpenrose/akemipad/rules.mk index 9c75c3f01c..9886164987 100644 --- a/keyboards/adpenrose/akemipad/rules.mk +++ b/keyboards/adpenrose/akemipad/rules.mk | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = caterina | ||
| 6 | |||
| 7 | # Build Options | 1 | # Build Options |
| 8 | # change yes to no to disable | 2 | # change yes to no to disable |
| 9 | # | 3 | # |
diff --git a/keyboards/adpenrose/kintsugi/info.json b/keyboards/adpenrose/kintsugi/info.json index c305d871ea..8c6258f020 100644 --- a/keyboards/adpenrose/kintsugi/info.json +++ b/keyboards/adpenrose/kintsugi/info.json | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | "pid": "0x0001", | 8 | "pid": "0x0001", |
| 9 | "device_version": "1.0.0" | 9 | "device_version": "1.0.0" |
| 10 | }, | 10 | }, |
| 11 | "processor": "atmega32u4", | ||
| 12 | "bootloader": "atmel-dfu", | ||
| 11 | "layouts": { | 13 | "layouts": { |
| 12 | "LAYOUT": { | 14 | "LAYOUT": { |
| 13 | "layout": [ | 15 | "layout": [ |
diff --git a/keyboards/adpenrose/kintsugi/rules.mk b/keyboards/adpenrose/kintsugi/rules.mk index 6a0aca4700..4704a3487d 100644 --- a/keyboards/adpenrose/kintsugi/rules.mk +++ b/keyboards/adpenrose/kintsugi/rules.mk | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = atmel-dfu | ||
| 6 | |||
| 7 | # Build Options | 1 | # Build Options |
| 8 | # change yes to no to disable | 2 | # change yes to no to disable |
| 9 | # | 3 | # |
diff --git a/keyboards/adpenrose/obi/info.json b/keyboards/adpenrose/obi/info.json index b1afa0bc0d..544b4fc5d4 100644 --- a/keyboards/adpenrose/obi/info.json +++ b/keyboards/adpenrose/obi/info.json | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | "pid": "0x0002", | 7 | "pid": "0x0002", |
| 8 | "vid": "0x4450" | 8 | "vid": "0x4450" |
| 9 | }, | 9 | }, |
| 10 | "processor": "atmega32u4", | ||
| 11 | "bootloader": "caterina", | ||
| 10 | "layouts": { | 12 | "layouts": { |
| 11 | "LAYOUT_all": { | 13 | "LAYOUT_all": { |
| 12 | "layout": [ | 14 | "layout": [ |
diff --git a/keyboards/adpenrose/obi/rules.mk b/keyboards/adpenrose/obi/rules.mk index 94ce0d7a66..eef937e03a 100644 --- a/keyboards/adpenrose/obi/rules.mk +++ b/keyboards/adpenrose/obi/rules.mk | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = caterina | ||
| 6 | |||
| 7 | # Build Options | 1 | # Build Options |
| 8 | # change yes to no to disable | 2 | # change yes to no to disable |
| 9 | # | 3 | # |
diff --git a/keyboards/adpenrose/shisaku/info.json b/keyboards/adpenrose/shisaku/info.json index a93898c33b..dd1aaf540a 100644 --- a/keyboards/adpenrose/shisaku/info.json +++ b/keyboards/adpenrose/shisaku/info.json | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | "pid": "0x0003", | 8 | "pid": "0x0003", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "processor": "atmega328p", | ||
| 12 | "bootloader": "usbasploader", | ||
| 11 | "layouts": { | 13 | "layouts": { |
| 12 | "LAYOUT_all": { | 14 | "LAYOUT_all": { |
| 13 | "layout": [ | 15 | "layout": [ |
diff --git a/keyboards/adpenrose/shisaku/rules.mk b/keyboards/adpenrose/shisaku/rules.mk index ef08ed4a06..0fa7711516 100644 --- a/keyboards/adpenrose/shisaku/rules.mk +++ b/keyboards/adpenrose/shisaku/rules.mk | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega328p | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = usbasploader | ||
| 6 | |||
| 7 | # Build Options | 1 | # Build Options |
| 8 | # change yes to no to disable | 2 | # change yes to no to disable |
| 9 | # | 3 | # |
