Skip to content

Commit

Permalink
[Keyboard] Rename soda/{mango,pocket} (qmk#22151)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Challis <git@zvecr.com>
  • Loading branch information
2 people authored and Nathan committed Feb 11, 2024
1 parent 195fdc4 commit 6146bb8
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 13 deletions.
6 changes: 6 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,12 @@
"setta21": {
"target": "salicylic_acid3/setta21"
},
"soda/mango": {
"target": "magic_force/mf17"
},
"soda/pocket": {
"target": "magic_force/mf34"
},
"space_space/rev1": {
"target": "qpockets/space_space/rev1"
},
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manufacturer": "Soda",
"keyboard_name": "Mango",
"manufacturer": "MagicForce",
"keyboard_name": "MF17",
"url": "https://github.com/gezhaoyou",
"maintainer": "JeayoKeh",
"maintainer": "MagicForce",
"diode_direction": "ROW2COL",
"processor": "STM32F072",
"bootloader": "stm32-dfu",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# mango-17
# MF-17

A customizable 17 keyboard, support both HOTSWAP and SOLDER.

* Keyboard Maintainer: [gezhaoyou](https://github.com/gezhaoyou)
* Hardware Supported: [gezhaoyou](https://github.com/gezhaoyou)

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:

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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"keyboard_name": "Pocket",
"keyboard_name": "MagicForce",
"url": "",
"maintainer": "qmk",
"manufacturer": "gezhaoyou",
"maintainer": "MagicForce",
"manufacturer": "MagicForce",
"usb": {
"vid": "0x1A53",
"pid": "0x4F51",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pocket-34
# MF-34

A customizable 34 keyboard, support both HOTSWAP and SOLDER.

Expand All @@ -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 soda/pocket:default
make magic_force/mf34:default

Flashing example for this keyboard:

make soda/pocket:default:flash
make magic_force/mf34:default:flash

## Bootloader

Expand Down
File renamed without changes.

0 comments on commit 6146bb8

Please sign in to comment.