~ruther/qmk_firmware

0f926a8ae895580612313c866575969759a88db8 — peepeetee 3 years ago c72120b
move montex to IDOBAO vendor folder (#15668)

* move montex to IDOBAO vendor folder

* move montex to montex/v1
R keyboards/montex/config.h => keyboards/idobao/montex/v1/config.h +0 -0
R keyboards/montex/info.json => keyboards/idobao/montex/v1/info.json +0 -0
R keyboards/montex/keymaps/default/keymap.c => keyboards/idobao/montex/v1/keymaps/default/keymap.c +0 -0
R keyboards/montex/keymaps/via/keymap.c => keyboards/idobao/montex/v1/keymaps/via/keymap.c +0 -0
R keyboards/montex/keymaps/via/rules.mk => keyboards/idobao/montex/v1/keymaps/via/rules.mk +0 -0
R keyboards/montex/readme.md => keyboards/idobao/montex/v1/readme.md +1 -1
@@ 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).

R keyboards/montex/rules.mk => keyboards/idobao/montex/v1/rules.mk +0 -0
R keyboards/montex/montex.c => keyboards/idobao/montex/v1/v1.c +1 -1
@@ 14,4 14,4 @@
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#include "montex.h"
#include "v1.h"

R keyboards/montex/montex.h => keyboards/idobao/montex/v1/v1.h +0 -0