Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename idobo to idobao/id75, move to vendor folder #15661

Merged
merged 3 commits into from
Jan 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data/mappings/keyboard_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@
LAYOUT: 'LAYOUT_all'
}
},
idobo: {
target: 'idobao/id75'
},
'jj40': {
target: 'kprepublic/jj40'
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion keyboards/idobo/idobo.c → keyboards/idobao/id75/id75.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "idobo.h"
#include "id75.h"
File renamed without changes.
File renamed without changes.
12 changes: 7 additions & 5 deletions keyboards/idobo/readme.md → keyboards/idobao/id75/readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# IDOBO
# ID75

![IDOBO](imgur.com image replace me!)
![ID75](https://i.imgur.com/VOP1SzD.jpeg)

75Keys Aluminum Mechanical Keyboard.

Firmware here originally appeared on qmkeyboard.cn

Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
Hardware Supported: IDOBO PCB
Hardware Availability: [IDOBO on Drop](https://drop.com/buy/id75-hot-swappable-ortholinear-keyboard-kit)
Hardware Supported: ID75 PCB
Hardware Availability:
* [ID75 on Drop](https://drop.com/buy/id75-hot-swappable-ortholinear-keyboard-kit)
* [ID75 on IDOBAO](https://idobao.net/products/idobao-id75v1-hot-swappable-mechanical-keyboard-kit)

Make example for this keyboard (after setting up your build environment):

make idobo:default
make idobao/id75: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).
File renamed without changes.