summaryrefslogtreecommitdiff
path: root/keyboards/meson
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-08 18:41:46 +1100
committerGitHub <noreply@github.com>2023-02-08 18:41:46 +1100
commitf9aeea64c1f85d388485503e52035b5f7533ed26 (patch)
tree72808eb450b72eddac307395784c914cb22c0dd4 /keyboards/meson
parent3499677b6a5a9ee5845122382f93f0500dfd8429 (diff)
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)
Diffstat (limited to 'keyboards/meson')
-rw-r--r--keyboards/meson/info.json2
-rw-r--r--keyboards/meson/rules.mk6
2 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/meson/info.json b/keyboards/meson/info.json
index cc052c37fa..5b923bcfbf 100644
--- a/keyboards/meson/info.json
+++ b/keyboards/meson/info.json
@@ -7,6 +7,8 @@
7 "pid": "0x0000", 7 "pid": "0x0000",
8 "device_version": "0.0.1" 8 "device_version": "0.0.1"
9 }, 9 },
10 "processor": "atmega32u4",
11 "bootloader": "caterina",
10 "layouts": { 12 "layouts": {
11 "LAYOUT": { 13 "LAYOUT": {
12 "layout": [ 14 "layout": [
diff --git a/keyboards/meson/rules.mk b/keyboards/meson/rules.mk
index e1f6caafc4..2f33b87f29 100644
--- a/keyboards/meson/rules.mk
+++ b/keyboards/meson/rules.mk
@@ -1,9 +1,3 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = caterina
6
7# Build Options 1# Build Options
8# change yes to no to disable 2# change yes to no to disable
9# 3#