summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-02-12 09:14:07 +0800
committerGitHub <noreply@github.com>2022-02-12 01:14:07 +0000
commit0f926a8ae895580612313c866575969759a88db8 (patch)
tree21a4a0b7647f01880ef1427035aabc12264ff9f3 /keyboards
parentc72120baab093a4cfdd9192e8bde0c64ee4172ae (diff)
move montex to IDOBAO vendor folder (#15668)
* move montex to IDOBAO vendor folder * move montex to montex/v1
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/idobao/montex/v1/config.h (renamed from keyboards/montex/config.h)0
-rw-r--r--keyboards/idobao/montex/v1/info.json (renamed from keyboards/montex/info.json)0
-rw-r--r--keyboards/idobao/montex/v1/keymaps/default/keymap.c (renamed from keyboards/montex/keymaps/default/keymap.c)0
-rw-r--r--keyboards/idobao/montex/v1/keymaps/via/keymap.c (renamed from keyboards/montex/keymaps/via/keymap.c)0
-rw-r--r--keyboards/idobao/montex/v1/keymaps/via/rules.mk (renamed from keyboards/montex/keymaps/via/rules.mk)0
-rw-r--r--keyboards/idobao/montex/v1/readme.md (renamed from keyboards/montex/readme.md)2
-rw-r--r--keyboards/idobao/montex/v1/rules.mk (renamed from keyboards/montex/rules.mk)0
-rw-r--r--keyboards/idobao/montex/v1/v1.c (renamed from keyboards/montex/montex.c)2
-rw-r--r--keyboards/idobao/montex/v1/v1.h (renamed from keyboards/montex/montex.h)0
9 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/montex/config.h b/keyboards/idobao/montex/v1/config.h
index 2321ce364e..2321ce364e 100644
--- a/keyboards/montex/config.h
+++ b/keyboards/idobao/montex/v1/config.h
diff --git a/keyboards/montex/info.json b/keyboards/idobao/montex/v1/info.json
index c205e0027a..c205e0027a 100644
--- a/keyboards/montex/info.json
+++ b/keyboards/idobao/montex/v1/info.json
diff --git a/keyboards/montex/keymaps/default/keymap.c b/keyboards/idobao/montex/v1/keymaps/default/keymap.c
index a15c576cbb..a15c576cbb 100644
--- a/keyboards/montex/keymaps/default/keymap.c
+++ b/keyboards/idobao/montex/v1/keymaps/default/keymap.c
diff --git a/keyboards/montex/keymaps/via/keymap.c b/keyboards/idobao/montex/v1/keymaps/via/keymap.c
index eb7875dc32..eb7875dc32 100644
--- a/keyboards/montex/keymaps/via/keymap.c
+++ b/keyboards/idobao/montex/v1/keymaps/via/keymap.c
diff --git a/keyboards/montex/keymaps/via/rules.mk b/keyboards/idobao/montex/v1/keymaps/via/rules.mk
index ca9fed0e6b..ca9fed0e6b 100644
--- a/keyboards/montex/keymaps/via/rules.mk
+++ b/keyboards/idobao/montex/v1/keymaps/via/rules.mk
diff --git a/keyboards/montex/readme.md b/keyboards/idobao/montex/v1/readme.md
index 8c4a7226ce..e9d84fa674 100644
--- a/keyboards/montex/readme.md
+++ b/keyboards/idobao/montex/v1/readme.md
@@ -16,6 +16,6 @@ Then press the button labeled SW2 located between the 2 upper LEDs.
Make example for this keyboard (after setting up your build environment):
- make montex:default
+ make idobao/montex/v1:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/montex/rules.mk b/keyboards/idobao/montex/v1/rules.mk
index b27013f863..b27013f863 100644
--- a/keyboards/montex/rules.mk
+++ b/keyboards/idobao/montex/v1/rules.mk
diff --git a/keyboards/montex/montex.c b/keyboards/idobao/montex/v1/v1.c
index 4d3ecb1860..e927383097 100644
--- a/keyboards/montex/montex.c
+++ b/keyboards/idobao/montex/v1/v1.c
@@ -14,4 +14,4 @@
* along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
*/
-#include "montex.h"
+#include "v1.h"
diff --git a/keyboards/montex/montex.h b/keyboards/idobao/montex/v1/v1.h
index d57097fa88..d57097fa88 100644
--- a/keyboards/montex/montex.h
+++ b/keyboards/idobao/montex/v1/v1.h