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

move ymd75 to ymdk vendor folder #15645

Merged
merged 2 commits into from
Jan 11, 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
11 changes: 0 additions & 11 deletions keyboards/ymd75/ymd75.h

This file was deleted.

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions keyboards/ymd75/readme.md → keyboards/ymdk/ymd75/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This firmware can also be flashed onto the KBDFans KBD75 Round 2 Bootmapper Clie

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

make ymd75/rev1:default
make ymdk/ymd75/rev1:default

Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid))

make ymd75/rev1:default:flash
make ymdk/ymd75/rev1:default:flash

**Reset Key**: Hold down the key located at *Key below the top right key*, commonly programmed as *Backspace* while plugging in the keyboard. On PCB revision 2, enter the bootloader by holding `L_CTRL` while plugging in the keyboard.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions keyboards/ymdk/ymd75/ymd75.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#pragma once

#include "quantum.h"

#if defined(KEYBOARD_ymdk_ymd75_rev1)
#include "rev1.h"
#elif defined(KEYBOARD_ymdk_ymd75_rev2)
#include "rev2.h"
#elif defined(KEYBOARD_ymdk_ymd75_rev3)
#include "rev3.h"
#endif