Browse Source

move montex to IDOBAO vendor folder (#15668)

* move montex to IDOBAO vendor folder

* move montex to montex/v1
pull/13011/merge
peepeetee 2 years ago
committed by GitHub
parent
commit
0f926a8ae8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 2 additions and 2 deletions
  1. +0
    -0
      keyboards/idobao/montex/v1/config.h
  2. +0
    -0
      keyboards/idobao/montex/v1/info.json
  3. +0
    -0
      keyboards/idobao/montex/v1/keymaps/default/keymap.c
  4. +0
    -0
      keyboards/idobao/montex/v1/keymaps/via/keymap.c
  5. +0
    -0
      keyboards/idobao/montex/v1/keymaps/via/rules.mk
  6. +1
    -1
      keyboards/idobao/montex/v1/readme.md
  7. +0
    -0
      keyboards/idobao/montex/v1/rules.mk
  8. +1
    -1
      keyboards/idobao/montex/v1/v1.c
  9. +0
    -0
      keyboards/idobao/montex/v1/v1.h

keyboards/montex/config.h → keyboards/idobao/montex/v1/config.h View File


keyboards/montex/info.json → keyboards/idobao/montex/v1/info.json View File


keyboards/montex/keymaps/default/keymap.c → keyboards/idobao/montex/v1/keymaps/default/keymap.c View File


keyboards/montex/keymaps/via/keymap.c → keyboards/idobao/montex/v1/keymaps/via/keymap.c View File


keyboards/montex/keymaps/via/rules.mk → keyboards/idobao/montex/v1/keymaps/via/rules.mk View File


keyboards/montex/readme.md → keyboards/idobao/montex/v1/readme.md View File

@ -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).

keyboards/montex/rules.mk → keyboards/idobao/montex/v1/rules.mk View File


keyboards/montex/montex.c → keyboards/idobao/montex/v1/v1.c View File

@ -14,4 +14,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "montex.h"
#include "v1.h"

keyboards/montex/montex.h → keyboards/idobao/montex/v1/v1.h View File


Loading…
Cancel
Save