[Keyboard] Rename soda/{mango,pocket} (#22151)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
96ea277381
commit
75e1a0d610
18 changed files with 18 additions and 13 deletions
|
@ -1215,6 +1215,12 @@
|
||||||
"setta21": {
|
"setta21": {
|
||||||
"target": "salicylic_acid3/setta21"
|
"target": "salicylic_acid3/setta21"
|
||||||
},
|
},
|
||||||
|
"soda/mango": {
|
||||||
|
"target": "magic_force/mf17"
|
||||||
|
},
|
||||||
|
"soda/pocket": {
|
||||||
|
"target": "magic_force/mf34"
|
||||||
|
},
|
||||||
"space_space/rev1": {
|
"space_space/rev1": {
|
||||||
"target": "qpockets/space_space/rev1"
|
"target": "qpockets/space_space/rev1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"manufacturer": "Soda",
|
"manufacturer": "MagicForce",
|
||||||
"keyboard_name": "Mango",
|
"keyboard_name": "MF17",
|
||||||
"url": "https://github.com/gezhaoyou",
|
"url": "https://github.com/gezhaoyou",
|
||||||
"maintainer": "JeayoKeh",
|
"maintainer": "MagicForce",
|
||||||
"diode_direction": "ROW2COL",
|
"diode_direction": "ROW2COL",
|
||||||
"processor": "STM32F072",
|
"processor": "STM32F072",
|
||||||
"bootloader": "stm32-dfu",
|
"bootloader": "stm32-dfu",
|
|
@ -1,17 +1,16 @@
|
||||||
# mango-17
|
# MF-17
|
||||||
|
|
||||||
A customizable 17 keyboard, support both HOTSWAP and SOLDER.
|
A customizable 17 keyboard, support both HOTSWAP and SOLDER.
|
||||||
|
|
||||||
* Keyboard Maintainer: [gezhaoyou](https://github.com/gezhaoyou)
|
* Keyboard Maintainer: [gezhaoyou](https://github.com/gezhaoyou)
|
||||||
* Hardware Supported: [gezhaoyou](https://github.com/gezhaoyou)
|
* Hardware Supported: [gezhaoyou](https://github.com/gezhaoyou)
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make soda/mango:default
|
make magic_force/mf17:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make soda/mango:default:flash
|
make magic_force/mf17: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).
|
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).
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"keyboard_name": "Pocket",
|
"keyboard_name": "MagicForce",
|
||||||
"url": "",
|
"url": "",
|
||||||
"maintainer": "qmk",
|
"maintainer": "MagicForce",
|
||||||
"manufacturer": "gezhaoyou",
|
"manufacturer": "MagicForce",
|
||||||
"usb": {
|
"usb": {
|
||||||
"vid": "0x1A53",
|
"vid": "0x1A53",
|
||||||
"pid": "0x4F51",
|
"pid": "0x4F51",
|
|
@ -1,4 +1,4 @@
|
||||||
# Pocket-34
|
# MF-34
|
||||||
|
|
||||||
A customizable 34 keyboard, support both HOTSWAP and SOLDER.
|
A customizable 34 keyboard, support both HOTSWAP and SOLDER.
|
||||||
|
|
||||||
|
@ -7,11 +7,11 @@ A customizable 34 keyboard, support both HOTSWAP and SOLDER.
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make soda/pocket:default
|
make magic_force/mf34:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make soda/pocket:default:flash
|
make magic_force/mf34:default:flash
|
||||||
|
|
||||||
## Bootloader
|
## Bootloader
|
||||||
|
|
Loading…
Reference in a new issue