Skip to content

Commit

Permalink
[Keyboard] move ymd75 to ymdk vendor folder (#15645)
Browse files Browse the repository at this point in the history
  • Loading branch information
peepeetee authored Jan 11, 2022
1 parent db608aa commit c08ed73
Show file tree
Hide file tree
Showing 26 changed files with 13 additions and 13 deletions.
11 changes: 0 additions & 11 deletions keyboards/ymd75/ymd75.h

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
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

0 comments on commit c08ed73

Please sign in to comment.