Browse Source

[Keyboard] move @matthewdias 's keebs into matthewdias/ (#15991)

pull/16134/head
peepeetee 2 years ago
committed by GitHub
parent
commit
566f6e7b76
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
36 changed files with 20 additions and 8 deletions
  1. +12
    -0
      data/mappings/keyboard_aliases.json
  2. +0
    -0
      keyboards/matthewdias/m3n3van/config.h
  3. +0
    -0
      keyboards/matthewdias/m3n3van/info.json
  4. +0
    -0
      keyboards/matthewdias/m3n3van/keymaps/default/keymap.json
  5. +0
    -0
      keyboards/matthewdias/m3n3van/keymaps/matthewdias/keymap.c
  6. +0
    -0
      keyboards/matthewdias/m3n3van/keymaps/via/keymap.c
  7. +0
    -0
      keyboards/matthewdias/m3n3van/keymaps/via/rules.mk
  8. +0
    -0
      keyboards/matthewdias/m3n3van/m3n3van.c
  9. +0
    -0
      keyboards/matthewdias/m3n3van/m3n3van.h
  10. +2
    -2
      keyboards/matthewdias/m3n3van/readme.md
  11. +0
    -0
      keyboards/matthewdias/m3n3van/rules.mk
  12. +0
    -0
      keyboards/matthewdias/minim/config.h
  13. +0
    -0
      keyboards/matthewdias/minim/info.json
  14. +0
    -0
      keyboards/matthewdias/minim/keymaps/default/keymap.json
  15. +0
    -0
      keyboards/matthewdias/minim/minim.c
  16. +0
    -0
      keyboards/matthewdias/minim/minim.h
  17. +2
    -2
      keyboards/matthewdias/minim/readme.md
  18. +0
    -0
      keyboards/matthewdias/minim/rules.mk
  19. +0
    -0
      keyboards/matthewdias/model_v/config.h
  20. +0
    -0
      keyboards/matthewdias/model_v/info.json
  21. +0
    -0
      keyboards/matthewdias/model_v/keymaps/default/keymap.c
  22. +0
    -0
      keyboards/matthewdias/model_v/keymaps/via/keymap.c
  23. +0
    -0
      keyboards/matthewdias/model_v/keymaps/via/rules.mk
  24. +0
    -0
      keyboards/matthewdias/model_v/model_v.c
  25. +0
    -0
      keyboards/matthewdias/model_v/model_v.h
  26. +2
    -2
      keyboards/matthewdias/model_v/readme.md
  27. +0
    -0
      keyboards/matthewdias/model_v/rules.mk
  28. +0
    -0
      keyboards/matthewdias/txuu/config.h
  29. +0
    -0
      keyboards/matthewdias/txuu/info.json
  30. +0
    -0
      keyboards/matthewdias/txuu/keymaps/default/keymap.c
  31. +0
    -0
      keyboards/matthewdias/txuu/keymaps/via/keymap.c
  32. +0
    -0
      keyboards/matthewdias/txuu/keymaps/via/rules.mk
  33. +2
    -2
      keyboards/matthewdias/txuu/readme.md
  34. +0
    -0
      keyboards/matthewdias/txuu/rules.mk
  35. +0
    -0
      keyboards/matthewdias/txuu/txuu.c
  36. +0
    -0
      keyboards/matthewdias/txuu/txuu.h

+ 12
- 0
data/mappings/keyboard_aliases.json View File

@ -263,6 +263,9 @@
'lfkeyboards/smk65': {
target: 'lfkeyboards/smk65/revb'
},
m3v3van: {
target: 'matthewdias/m3n3van'
},
'maartenwut/atom47/rev2': {
target: 'evyd13/atom47/rev2'
},
@ -356,9 +359,15 @@
'mechlovin/hannah65': {
target: 'mechlovin/hannah65/rev1'
},
minim: {
target: 'matthewdias/minim'
},
model01: {
target: 'keyboardio/model01'
},
model_v: {
target: 'matthewdias/model_v'
},
m0lly: {
target: 'tkc/m0lly'
},
@ -501,6 +510,9 @@
'tokyo60': {
target: 'tokyokeyboard/tokyo60'
},
'txuu': {
target: 'matthewdias/txuu'
},
underscore33: {
target: 'underscore33/rev1'
},


keyboards/m3n3van/config.h → keyboards/matthewdias/m3n3van/config.h View File


keyboards/m3n3van/info.json → keyboards/matthewdias/m3n3van/info.json View File


keyboards/m3n3van/keymaps/default/keymap.json → keyboards/matthewdias/m3n3van/keymaps/default/keymap.json View File


keyboards/m3n3van/keymaps/matthewdias/keymap.c → keyboards/matthewdias/m3n3van/keymaps/matthewdias/keymap.c View File


keyboards/m3n3van/keymaps/via/keymap.c → keyboards/matthewdias/m3n3van/keymaps/via/keymap.c View File


keyboards/m3n3van/keymaps/via/rules.mk → keyboards/matthewdias/m3n3van/keymaps/via/rules.mk View File


keyboards/m3n3van/m3n3van.c → keyboards/matthewdias/m3n3van/m3n3van.c View File


keyboards/m3n3van/m3n3van.h → keyboards/matthewdias/m3n3van/m3n3van.h View File


keyboards/m3n3van/readme.md → keyboards/matthewdias/m3n3van/readme.md View File

@ -12,10 +12,10 @@ To reset the keyboard into bootloader mode, press the reset switch on the unders
Make example for this keyboard (after setting up your build environment):
make m3n3van:default
make matthewdias/m3n3van:default
Flashing example for this keyboard ([using the command line](https://docs.qmk.fm/#/newbs_flashing?id=flash-your-keyboard-from-the-command-line)):
make m3n3van:default:flash
make matthewdias/m3n3van:default:flash
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/m3n3van/rules.mk → keyboards/matthewdias/m3n3van/rules.mk View File


keyboards/minim/config.h → keyboards/matthewdias/minim/config.h View File


keyboards/minim/info.json → keyboards/matthewdias/minim/info.json View File


keyboards/minim/keymaps/default/keymap.json → keyboards/matthewdias/minim/keymaps/default/keymap.json View File


keyboards/minim/minim.c → keyboards/matthewdias/minim/minim.c View File


keyboards/minim/minim.h → keyboards/matthewdias/minim/minim.h View File


keyboards/minim/readme.md → keyboards/matthewdias/minim/readme.md View File

@ -12,10 +12,10 @@ To reset the keyboard into bootloader mode, press the reset switch on the unders
Make example for this keyboard (after setting up your build environment):
make minim:default
make matthewdias/minim:default
Flashing example for this keyboard ([using the command line](https://docs.qmk.fm/#/newbs_flashing?id=flash-your-keyboard-from-the-command-line)):
make minim:default:flash
make matthewdias/minim:default:flash
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/minim/rules.mk → keyboards/matthewdias/minim/rules.mk View File


keyboards/model_v/config.h → keyboards/matthewdias/model_v/config.h View File


keyboards/model_v/info.json → keyboards/matthewdias/model_v/info.json View File


keyboards/model_v/keymaps/default/keymap.c → keyboards/matthewdias/model_v/keymaps/default/keymap.c View File


keyboards/model_v/keymaps/via/keymap.c → keyboards/matthewdias/model_v/keymaps/via/keymap.c View File


keyboards/model_v/keymaps/via/rules.mk → keyboards/matthewdias/model_v/keymaps/via/rules.mk View File


keyboards/model_v/model_v.c → keyboards/matthewdias/model_v/model_v.c View File


keyboards/model_v/model_v.h → keyboards/matthewdias/model_v/model_v.h View File


keyboards/model_v/readme.md → keyboards/matthewdias/model_v/readme.md View File

@ -11,10 +11,10 @@ To reset the keyboard into bootloader mode, press the reset switch on the unders
Make example for this keyboard (after setting up your build environment):
make model_v:default
make matthewdias/model_v:default
Flashing example for this keyboard ([using the command line](https://docs.qmk.fm/#/newbs_flashing?id=flash-your-keyboard-from-the-command-line)):
make model_v:default:flash
make matthewdias/model_v:default:flash
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/model_v/rules.mk → keyboards/matthewdias/model_v/rules.mk View File


keyboards/txuu/config.h → keyboards/matthewdias/txuu/config.h View File


keyboards/txuu/info.json → keyboards/matthewdias/txuu/info.json View File


keyboards/txuu/keymaps/default/keymap.c → keyboards/matthewdias/txuu/keymaps/default/keymap.c View File


keyboards/txuu/keymaps/via/keymap.c → keyboards/matthewdias/txuu/keymaps/via/keymap.c View File


keyboards/txuu/keymaps/via/rules.mk → keyboards/matthewdias/txuu/keymaps/via/rules.mk View File


keyboards/txuu/readme.md → keyboards/matthewdias/txuu/readme.md View File

@ -9,10 +9,10 @@ To reset the keyboard into bootloader mode, press the reset switch on the unders
Make example for this keyboard (after setting up your build environment):
make txuu:default
make matthewdias/txuu:default
Flashing example for this keyboard ([using the command line](https://docs.qmk.fm/#/newbs_flashing?id=flash-your-keyboard-from-the-command-line)):
make txuu:default:flash
make matthewdias/txuu:default:flash
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/txuu/rules.mk → keyboards/matthewdias/txuu/rules.mk View File


keyboards/txuu/txuu.c → keyboards/matthewdias/txuu/txuu.c View File


keyboards/txuu/txuu.h → keyboards/matthewdias/txuu/txuu.h View File


Loading…
Cancel
Save