From 4864d5afca09cbd4b0bfc7e7cef505ad602b0c9c Mon Sep 17 00:00:00 2001
From: Ryan
Date: Mon, 17 Jun 2024 14:47:33 +1000
Subject: Mechwild OBE/Waka60: Fix build warnings (#23929)
---
keyboards/mechwild/obe/f401/base/keyboard.json | 1 +
keyboards/mechwild/obe/f401/eeprom/keyboard.json | 5 +++++
keyboards/mechwild/obe/f401/eeprom/rules.mk | 1 -
keyboards/mechwild/obe/f401/info.json | 3 +++
keyboards/mechwild/obe/f401/keyboard.json | 3 ---
keyboards/mechwild/obe/f401/rules.mk | 1 +
keyboards/mechwild/obe/f411/base/keyboard.json | 1 +
keyboards/mechwild/obe/f411/eeprom/keyboard.json | 5 +++++
keyboards/mechwild/obe/f411/eeprom/rules.mk | 1 -
keyboards/mechwild/obe/f411/info.json | 3 +++
keyboards/mechwild/obe/f411/keyboard.json | 3 ---
keyboards/mechwild/obe/f411/rules.mk | 1 +
keyboards/mechwild/obe/rules.mk | 2 +-
keyboards/mechwild/waka60/f401/base/keyboard.json | 1 +
keyboards/mechwild/waka60/f401/config.h | 20 --------------------
keyboards/mechwild/waka60/f401/eeprom/config.h | 20 ++++++++++++++++++++
keyboards/mechwild/waka60/f401/eeprom/keyboard.json | 5 +++++
keyboards/mechwild/waka60/f401/eeprom/rules.mk | 1 -
keyboards/mechwild/waka60/f401/info.json | 3 +++
keyboards/mechwild/waka60/f401/keyboard.json | 3 ---
keyboards/mechwild/waka60/f401/rules.mk | 1 +
keyboards/mechwild/waka60/f411/base/keyboard.json | 1 +
keyboards/mechwild/waka60/f411/config.h | 20 --------------------
keyboards/mechwild/waka60/f411/eeprom/config.h | 20 ++++++++++++++++++++
keyboards/mechwild/waka60/f411/eeprom/keyboard.json | 5 +++++
keyboards/mechwild/waka60/f411/eeprom/rules.mk | 1 -
keyboards/mechwild/waka60/f411/info.json | 3 +++
keyboards/mechwild/waka60/f411/keyboard.json | 3 ---
keyboards/mechwild/waka60/f411/rules.mk | 1 +
keyboards/mechwild/waka60/rules.mk | 2 +-
30 files changed, 82 insertions(+), 58 deletions(-)
create mode 100644 keyboards/mechwild/obe/f401/base/keyboard.json
create mode 100644 keyboards/mechwild/obe/f401/eeprom/keyboard.json
delete mode 100644 keyboards/mechwild/obe/f401/eeprom/rules.mk
create mode 100644 keyboards/mechwild/obe/f401/info.json
delete mode 100644 keyboards/mechwild/obe/f401/keyboard.json
create mode 100644 keyboards/mechwild/obe/f401/rules.mk
create mode 100644 keyboards/mechwild/obe/f411/base/keyboard.json
create mode 100644 keyboards/mechwild/obe/f411/eeprom/keyboard.json
delete mode 100644 keyboards/mechwild/obe/f411/eeprom/rules.mk
create mode 100644 keyboards/mechwild/obe/f411/info.json
delete mode 100644 keyboards/mechwild/obe/f411/keyboard.json
create mode 100644 keyboards/mechwild/obe/f411/rules.mk
create mode 100644 keyboards/mechwild/waka60/f401/base/keyboard.json
delete mode 100644 keyboards/mechwild/waka60/f401/config.h
create mode 100644 keyboards/mechwild/waka60/f401/eeprom/config.h
create mode 100644 keyboards/mechwild/waka60/f401/eeprom/keyboard.json
delete mode 100644 keyboards/mechwild/waka60/f401/eeprom/rules.mk
create mode 100644 keyboards/mechwild/waka60/f401/info.json
delete mode 100644 keyboards/mechwild/waka60/f401/keyboard.json
create mode 100644 keyboards/mechwild/waka60/f401/rules.mk
create mode 100644 keyboards/mechwild/waka60/f411/base/keyboard.json
delete mode 100644 keyboards/mechwild/waka60/f411/config.h
create mode 100644 keyboards/mechwild/waka60/f411/eeprom/config.h
create mode 100644 keyboards/mechwild/waka60/f411/eeprom/keyboard.json
delete mode 100644 keyboards/mechwild/waka60/f411/eeprom/rules.mk
create mode 100644 keyboards/mechwild/waka60/f411/info.json
delete mode 100644 keyboards/mechwild/waka60/f411/keyboard.json
create mode 100644 keyboards/mechwild/waka60/f411/rules.mk
diff --git a/keyboards/mechwild/obe/f401/base/keyboard.json b/keyboards/mechwild/obe/f401/base/keyboard.json
new file mode 100644
index 0000000000..0967ef424b
--- /dev/null
+++ b/keyboards/mechwild/obe/f401/base/keyboard.json
@@ -0,0 +1 @@
+{}
diff --git a/keyboards/mechwild/obe/f401/eeprom/keyboard.json b/keyboards/mechwild/obe/f401/eeprom/keyboard.json
new file mode 100644
index 0000000000..12d3baee14
--- /dev/null
+++ b/keyboards/mechwild/obe/f401/eeprom/keyboard.json
@@ -0,0 +1,5 @@
+{
+ "eeprom": {
+ "driver": "i2c"
+ }
+}
diff --git a/keyboards/mechwild/obe/f401/eeprom/rules.mk b/keyboards/mechwild/obe/f401/eeprom/rules.mk
deleted file mode 100644
index 44adba039b..0000000000
--- a/keyboards/mechwild/obe/f401/eeprom/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-EEPROM_DRIVER = i2c
diff --git a/keyboards/mechwild/obe/f401/info.json b/keyboards/mechwild/obe/f401/info.json
new file mode 100644
index 0000000000..797e990059
--- /dev/null
+++ b/keyboards/mechwild/obe/f401/info.json
@@ -0,0 +1,3 @@
+{
+ "development_board": "blackpill_f401"
+}
diff --git a/keyboards/mechwild/obe/f401/keyboard.json b/keyboards/mechwild/obe/f401/keyboard.json
deleted file mode 100644
index 797e990059..0000000000
--- a/keyboards/mechwild/obe/f401/keyboard.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "development_board": "blackpill_f401"
-}
diff --git a/keyboards/mechwild/obe/f401/rules.mk b/keyboards/mechwild/obe/f401/rules.mk
new file mode 100644
index 0000000000..8709dbb4de
--- /dev/null
+++ b/keyboards/mechwild/obe/f401/rules.mk
@@ -0,0 +1 @@
+DEFAULT_FOLDER = mechwild/obe/f401/base
diff --git a/keyboards/mechwild/obe/f411/base/keyboard.json b/keyboards/mechwild/obe/f411/base/keyboard.json
new file mode 100644
index 0000000000..0967ef424b
--- /dev/null
+++ b/keyboards/mechwild/obe/f411/base/keyboard.json
@@ -0,0 +1 @@
+{}
diff --git a/keyboards/mechwild/obe/f411/eeprom/keyboard.json b/keyboards/mechwild/obe/f411/eeprom/keyboard.json
new file mode 100644
index 0000000000..12d3baee14
--- /dev/null
+++ b/keyboards/mechwild/obe/f411/eeprom/keyboard.json
@@ -0,0 +1,5 @@
+{
+ "eeprom": {
+ "driver": "i2c"
+ }
+}
diff --git a/keyboards/mechwild/obe/f411/eeprom/rules.mk b/keyboards/mechwild/obe/f411/eeprom/rules.mk
deleted file mode 100644
index 44adba039b..0000000000
--- a/keyboards/mechwild/obe/f411/eeprom/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-EEPROM_DRIVER = i2c
diff --git a/keyboards/mechwild/obe/f411/info.json b/keyboards/mechwild/obe/f411/info.json
new file mode 100644
index 0000000000..a41c5f4dd1
--- /dev/null
+++ b/keyboards/mechwild/obe/f411/info.json
@@ -0,0 +1,3 @@
+{
+ "development_board": "blackpill_f411"
+}
diff --git a/keyboards/mechwild/obe/f411/keyboard.json b/keyboards/mechwild/obe/f411/keyboard.json
deleted file mode 100644
index a41c5f4dd1..0000000000
--- a/keyboards/mechwild/obe/f411/keyboard.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "development_board": "blackpill_f411"
-}
diff --git a/keyboards/mechwild/obe/f411/rules.mk b/keyboards/mechwild/obe/f411/rules.mk
new file mode 100644
index 0000000000..e24fe60509
--- /dev/null
+++ b/keyboards/mechwild/obe/f411/rules.mk
@@ -0,0 +1 @@
+DEFAULT_FOLDER = mechwild/obe/f411/base
diff --git a/keyboards/mechwild/obe/rules.mk b/keyboards/mechwild/obe/rules.mk
index 8fb92c3a6b..8709dbb4de 100644
--- a/keyboards/mechwild/obe/rules.mk
+++ b/keyboards/mechwild/obe/rules.mk
@@ -1 +1 @@
-DEFAULT_FOLDER = mechwild/obe/f401
+DEFAULT_FOLDER = mechwild/obe/f401/base
diff --git a/keyboards/mechwild/waka60/f401/base/keyboard.json b/keyboards/mechwild/waka60/f401/base/keyboard.json
new file mode 100644
index 0000000000..0967ef424b
--- /dev/null
+++ b/keyboards/mechwild/waka60/f401/base/keyboard.json
@@ -0,0 +1 @@
+{}
diff --git a/keyboards/mechwild/waka60/f401/config.h b/keyboards/mechwild/waka60/f401/config.h
deleted file mode 100644
index 83eed90b99..0000000000
--- a/keyboards/mechwild/waka60/f401/config.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
-Copyright 2022 Kyle McCreery
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see .
-*/
-
-#pragma once
-
-#define EEPROM_I2C_24LC64
diff --git a/keyboards/mechwild/waka60/f401/eeprom/config.h b/keyboards/mechwild/waka60/f401/eeprom/config.h
new file mode 100644
index 0000000000..83eed90b99
--- /dev/null
+++ b/keyboards/mechwild/waka60/f401/eeprom/config.h
@@ -0,0 +1,20 @@
+/*
+Copyright 2022 Kyle McCreery
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see .
+*/
+
+#pragma once
+
+#define EEPROM_I2C_24LC64
diff --git a/keyboards/mechwild/waka60/f401/eeprom/keyboard.json b/keyboards/mechwild/waka60/f401/eeprom/keyboard.json
new file mode 100644
index 0000000000..12d3baee14
--- /dev/null
+++ b/keyboards/mechwild/waka60/f401/eeprom/keyboard.json
@@ -0,0 +1,5 @@
+{
+ "eeprom": {
+ "driver": "i2c"
+ }
+}
diff --git a/keyboards/mechwild/waka60/f401/eeprom/rules.mk b/keyboards/mechwild/waka60/f401/eeprom/rules.mk
deleted file mode 100644
index 44adba039b..0000000000
--- a/keyboards/mechwild/waka60/f401/eeprom/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-EEPROM_DRIVER = i2c
diff --git a/keyboards/mechwild/waka60/f401/info.json b/keyboards/mechwild/waka60/f401/info.json
new file mode 100644
index 0000000000..797e990059
--- /dev/null
+++ b/keyboards/mechwild/waka60/f401/info.json
@@ -0,0 +1,3 @@
+{
+ "development_board": "blackpill_f401"
+}
diff --git a/keyboards/mechwild/waka60/f401/keyboard.json b/keyboards/mechwild/waka60/f401/keyboard.json
deleted file mode 100644
index 797e990059..0000000000
--- a/keyboards/mechwild/waka60/f401/keyboard.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "development_board": "blackpill_f401"
-}
diff --git a/keyboards/mechwild/waka60/f401/rules.mk b/keyboards/mechwild/waka60/f401/rules.mk
new file mode 100644
index 0000000000..a0d74c14eb
--- /dev/null
+++ b/keyboards/mechwild/waka60/f401/rules.mk
@@ -0,0 +1 @@
+DEFAULT_FOLDER = mechwild/waka60/f401/base
diff --git a/keyboards/mechwild/waka60/f411/base/keyboard.json b/keyboards/mechwild/waka60/f411/base/keyboard.json
new file mode 100644
index 0000000000..0967ef424b
--- /dev/null
+++ b/keyboards/mechwild/waka60/f411/base/keyboard.json
@@ -0,0 +1 @@
+{}
diff --git a/keyboards/mechwild/waka60/f411/config.h b/keyboards/mechwild/waka60/f411/config.h
deleted file mode 100644
index 83eed90b99..0000000000
--- a/keyboards/mechwild/waka60/f411/config.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
-Copyright 2022 Kyle McCreery
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see .
-*/
-
-#pragma once
-
-#define EEPROM_I2C_24LC64
diff --git a/keyboards/mechwild/waka60/f411/eeprom/config.h b/keyboards/mechwild/waka60/f411/eeprom/config.h
new file mode 100644
index 0000000000..83eed90b99
--- /dev/null
+++ b/keyboards/mechwild/waka60/f411/eeprom/config.h
@@ -0,0 +1,20 @@
+/*
+Copyright 2022 Kyle McCreery
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see .
+*/
+
+#pragma once
+
+#define EEPROM_I2C_24LC64
diff --git a/keyboards/mechwild/waka60/f411/eeprom/keyboard.json b/keyboards/mechwild/waka60/f411/eeprom/keyboard.json
new file mode 100644
index 0000000000..12d3baee14
--- /dev/null
+++ b/keyboards/mechwild/waka60/f411/eeprom/keyboard.json
@@ -0,0 +1,5 @@
+{
+ "eeprom": {
+ "driver": "i2c"
+ }
+}
diff --git a/keyboards/mechwild/waka60/f411/eeprom/rules.mk b/keyboards/mechwild/waka60/f411/eeprom/rules.mk
deleted file mode 100644
index 44adba039b..0000000000
--- a/keyboards/mechwild/waka60/f411/eeprom/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-EEPROM_DRIVER = i2c
diff --git a/keyboards/mechwild/waka60/f411/info.json b/keyboards/mechwild/waka60/f411/info.json
new file mode 100644
index 0000000000..a41c5f4dd1
--- /dev/null
+++ b/keyboards/mechwild/waka60/f411/info.json
@@ -0,0 +1,3 @@
+{
+ "development_board": "blackpill_f411"
+}
diff --git a/keyboards/mechwild/waka60/f411/keyboard.json b/keyboards/mechwild/waka60/f411/keyboard.json
deleted file mode 100644
index a41c5f4dd1..0000000000
--- a/keyboards/mechwild/waka60/f411/keyboard.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "development_board": "blackpill_f411"
-}
diff --git a/keyboards/mechwild/waka60/f411/rules.mk b/keyboards/mechwild/waka60/f411/rules.mk
new file mode 100644
index 0000000000..0dd69ff65f
--- /dev/null
+++ b/keyboards/mechwild/waka60/f411/rules.mk
@@ -0,0 +1 @@
+DEFAULT_FOLDER = mechwild/waka60/f411/base
diff --git a/keyboards/mechwild/waka60/rules.mk b/keyboards/mechwild/waka60/rules.mk
index d3be506b16..a0d74c14eb 100644
--- a/keyboards/mechwild/waka60/rules.mk
+++ b/keyboards/mechwild/waka60/rules.mk
@@ -1 +1 @@
-DEFAULT_FOLDER = mechwild/waka60/f401
+DEFAULT_FOLDER = mechwild/waka60/f401/base
--
cgit v1.2.3