Browse Source

[Keyboard] move ymd96 to ymdk vendor folder (#15643)

pull/15828/head
peepeetee 2 years ago
committed by GitHub
parent
commit
65e7d0c01f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 2 additions and 2 deletions
  1. +0
    -0
      keyboards/ymdk/ymd96/config.h
  2. +0
    -0
      keyboards/ymdk/ymd96/info.json
  3. +0
    -0
      keyboards/ymdk/ymd96/keymaps/AnthonyWharton/README.md
  4. +0
    -0
      keyboards/ymdk/ymd96/keymaps/AnthonyWharton/config.h
  5. +0
    -0
      keyboards/ymdk/ymd96/keymaps/AnthonyWharton/keymap.c
  6. +0
    -0
      keyboards/ymdk/ymd96/keymaps/default/keymap.c
  7. +0
    -0
      keyboards/ymdk/ymd96/keymaps/epx/keymap.c
  8. +0
    -0
      keyboards/ymdk/ymd96/keymaps/hgoel89/config.h
  9. +0
    -0
      keyboards/ymdk/ymd96/keymaps/hgoel89/keymap.c
  10. +0
    -0
      keyboards/ymdk/ymd96/keymaps/hgoel89/readme.md
  11. +0
    -0
      keyboards/ymdk/ymd96/keymaps/hgoel89/rules.mk
  12. +2
    -2
      keyboards/ymdk/ymd96/readme.md
  13. +0
    -0
      keyboards/ymdk/ymd96/rules.mk
  14. +0
    -0
      keyboards/ymdk/ymd96/ymd96.c
  15. +0
    -0
      keyboards/ymdk/ymd96/ymd96.h

keyboards/ymd96/config.h → keyboards/ymdk/ymd96/config.h View File


keyboards/ymd96/info.json → keyboards/ymdk/ymd96/info.json View File


keyboards/ymd96/keymaps/AnthonyWharton/README.md → keyboards/ymdk/ymd96/keymaps/AnthonyWharton/README.md View File


keyboards/ymd96/keymaps/AnthonyWharton/config.h → keyboards/ymdk/ymd96/keymaps/AnthonyWharton/config.h View File


keyboards/ymd96/keymaps/AnthonyWharton/keymap.c → keyboards/ymdk/ymd96/keymaps/AnthonyWharton/keymap.c View File


keyboards/ymd96/keymaps/default/keymap.c → keyboards/ymdk/ymd96/keymaps/default/keymap.c View File


keyboards/ymd96/keymaps/epx/keymap.c → keyboards/ymdk/ymd96/keymaps/epx/keymap.c View File


keyboards/ymd96/keymaps/hgoel89/config.h → keyboards/ymdk/ymd96/keymaps/hgoel89/config.h View File


keyboards/ymd96/keymaps/hgoel89/keymap.c → keyboards/ymdk/ymd96/keymaps/hgoel89/keymap.c View File


keyboards/ymd96/keymaps/hgoel89/readme.md → keyboards/ymdk/ymd96/keymaps/hgoel89/readme.md View File


keyboards/ymd96/keymaps/hgoel89/rules.mk → keyboards/ymdk/ymd96/keymaps/hgoel89/rules.mk View File


keyboards/ymd96/readme.md → keyboards/ymdk/ymd96/readme.md View File

@ -8,11 +8,11 @@ A 96-keyboard which supports both ANSI and ISO along with many different layout
Make example for this keyboard (after setting up your build environment):
make ymd96:default
make ymdk/ymd96:default
Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid))
make ymd96:default:flash
make ymdk/ymd96:default:flash
**Reset Key**: Hold down the key commonly programmed as *L_Ctrl* while plugging in the keyboard.

keyboards/ymd96/rules.mk → keyboards/ymdk/ymd96/rules.mk View File


keyboards/ymd96/ymd96.c → keyboards/ymdk/ymd96/ymd96.c View File


keyboards/ymd96/ymd96.h → keyboards/ymdk/ymd96/ymd96.h View File


Loading…
Cancel
Save