Browse Source

[Keyboard] move rainkeebs's keyboards to rainkeebs/ (#15797)

pull/15828/head
peepeetee 2 years ago
committed by GitHub
parent
commit
31a6401193
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 6 additions and 6 deletions
  1. +0
    -0
      keyboards/rainkeebs/delilah/config.h
  2. +0
    -0
      keyboards/rainkeebs/delilah/delilah.c
  3. +0
    -0
      keyboards/rainkeebs/delilah/delilah.h
  4. +0
    -0
      keyboards/rainkeebs/delilah/info.json
  5. +0
    -0
      keyboards/rainkeebs/delilah/keymaps/default/keymap.c
  6. +0
    -0
      keyboards/rainkeebs/delilah/keymaps/via/keymap.c
  7. +0
    -0
      keyboards/rainkeebs/delilah/keymaps/via/rules.mk
  8. +2
    -2
      keyboards/rainkeebs/delilah/readme.md
  9. +0
    -0
      keyboards/rainkeebs/delilah/rules.mk
  10. +0
    -0
      keyboards/rainkeebs/rainkeeb/config.h
  11. +0
    -0
      keyboards/rainkeebs/rainkeeb/info.json
  12. +0
    -0
      keyboards/rainkeebs/rainkeeb/keymaps/default/keymap.c
  13. +0
    -0
      keyboards/rainkeebs/rainkeeb/keymaps/via/keymap.c
  14. +0
    -0
      keyboards/rainkeebs/rainkeeb/keymaps/via/rules.mk
  15. +0
    -0
      keyboards/rainkeebs/rainkeeb/rainkeeb.c
  16. +0
    -0
      keyboards/rainkeebs/rainkeeb/rainkeeb.h
  17. +2
    -2
      keyboards/rainkeebs/rainkeeb/readme.md
  18. +0
    -0
      keyboards/rainkeebs/rainkeeb/rules.mk
  19. +0
    -0
      keyboards/rainkeebs/yasui/config.h
  20. +0
    -0
      keyboards/rainkeebs/yasui/info.json
  21. +0
    -0
      keyboards/rainkeebs/yasui/keymaps/default/keymap.c
  22. +0
    -0
      keyboards/rainkeebs/yasui/keymaps/via/keymap.c
  23. +0
    -0
      keyboards/rainkeebs/yasui/keymaps/via/rules.mk
  24. +2
    -2
      keyboards/rainkeebs/yasui/readme.md
  25. +0
    -0
      keyboards/rainkeebs/yasui/rules.mk
  26. +0
    -0
      keyboards/rainkeebs/yasui/yasui.c
  27. +0
    -0
      keyboards/rainkeebs/yasui/yasui.h

keyboards/delilah/config.h → keyboards/rainkeebs/delilah/config.h View File


keyboards/delilah/delilah.c → keyboards/rainkeebs/delilah/delilah.c View File


keyboards/delilah/delilah.h → keyboards/rainkeebs/delilah/delilah.h View File


keyboards/delilah/info.json → keyboards/rainkeebs/delilah/info.json View File


keyboards/delilah/keymaps/default/keymap.c → keyboards/rainkeebs/delilah/keymaps/default/keymap.c View File


keyboards/delilah/keymaps/via/keymap.c → keyboards/rainkeebs/delilah/keymaps/via/keymap.c View File


keyboards/delilah/keymaps/via/rules.mk → keyboards/rainkeebs/delilah/keymaps/via/rules.mk View File


keyboards/delilah/readme.md → keyboards/rainkeebs/delilah/readme.md View File

@ -11,12 +11,12 @@ A 12.25u, traditional stagger, 40% keyboard. Designed to keep another punctuatio
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
qmk compile -kb delilah -kb default
qmk compile -kb rainkeebs/delilah -km default
To reset the keyboard, hold the top left key while plugging in, or hit the reset button near the USB port To reset the keyboard, hold the top left key while plugging in, or hit the reset button near the USB port
Install example for this keyboard: Install example for this keyboard:
qmk flash -kb delilah -km default
qmk flash -kb rainkeebs/delilah -km 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). 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).

keyboards/delilah/rules.mk → keyboards/rainkeebs/delilah/rules.mk View File


keyboards/rainkeeb/config.h → keyboards/rainkeebs/rainkeeb/config.h View File


keyboards/rainkeeb/info.json → keyboards/rainkeebs/rainkeeb/info.json View File


keyboards/rainkeeb/keymaps/default/keymap.c → keyboards/rainkeebs/rainkeeb/keymaps/default/keymap.c View File


keyboards/rainkeeb/keymaps/via/keymap.c → keyboards/rainkeebs/rainkeeb/keymaps/via/keymap.c View File


keyboards/rainkeeb/keymaps/via/rules.mk → keyboards/rainkeebs/rainkeeb/keymaps/via/rules.mk View File


keyboards/rainkeeb/rainkeeb.c → keyboards/rainkeebs/rainkeeb/rainkeeb.c View File


keyboards/rainkeeb/rainkeeb.h → keyboards/rainkeebs/rainkeeb/rainkeeb.h View File


keyboards/rainkeeb/readme.md → keyboards/rainkeebs/rainkeeb/readme.md View File

@ -13,12 +13,12 @@ This is the default layout, at least the base layer. By default the OLED display
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
make rainkeeb:default
make rainkeebs/rainkeeb:default
To put reset into bootloader mode just push the reset button from the left side of the board using a pair of tweezers or similar object. To put reset into bootloader mode just push the reset button from the left side of the board using a pair of tweezers or similar object.
Install example for this keyboard: Install example for this keyboard:
make rainkeeb:default:flash
make rainkeebs/rainkeeb: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). 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).

keyboards/rainkeeb/rules.mk → keyboards/rainkeebs/rainkeeb/rules.mk View File


keyboards/yasui/config.h → keyboards/rainkeebs/yasui/config.h View File


keyboards/yasui/info.json → keyboards/rainkeebs/yasui/info.json View File


keyboards/yasui/keymaps/default/keymap.c → keyboards/rainkeebs/yasui/keymaps/default/keymap.c View File


keyboards/yasui/keymaps/via/keymap.c → keyboards/rainkeebs/yasui/keymaps/via/keymap.c View File


keyboards/yasui/keymaps/via/rules.mk → keyboards/rainkeebs/yasui/keymaps/via/rules.mk View File


keyboards/yasui/readme.md → keyboards/rainkeebs/yasui/readme.md View File

@ -11,12 +11,12 @@ A 10u ortho kit.
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
qmk compile -kb yasui -kb default
qmk compile -kb rainkeebs/yasui -km default
To reset the keyboard, hold the top left key while plugging in, or hit the reset button near the USB port To reset the keyboard, hold the top left key while plugging in, or hit the reset button near the USB port
Install example for this keyboard: Install example for this keyboard:
qmk flash -kb yasui -km default
qmk flash -kb rainkeebs/yasui -km 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). 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).

keyboards/yasui/rules.mk → keyboards/rainkeebs/yasui/rules.mk View File


keyboards/yasui/yasui.c → keyboards/rainkeebs/yasui/yasui.c View File


keyboards/yasui/yasui.h → keyboards/rainkeebs/yasui/yasui.h View File


Loading…
Cancel
Save