Browse Source

[Keyboard] move @vuhopkep 's keebs into /hnahkb (#16102)

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

keyboards/freyr/config.h → keyboards/hnahkb/freyr/config.h View File


keyboards/freyr/freyr.c → keyboards/hnahkb/freyr/freyr.c View File


keyboards/freyr/freyr.h → keyboards/hnahkb/freyr/freyr.h View File


keyboards/freyr/info.json → keyboards/hnahkb/freyr/info.json View File


keyboards/freyr/keymaps/default/keymap.c → keyboards/hnahkb/freyr/keymaps/default/keymap.c View File


keyboards/freyr/keymaps/default/readme.md → keyboards/hnahkb/freyr/keymaps/default/readme.md View File


keyboards/freyr/readme.md → keyboards/hnahkb/freyr/readme.md View File

@ -11,10 +11,10 @@ Freyr is a tenkeyless keyboard, support ansi and iso layout.
Make example for this keyboard (after setting up your build environment):
make freyr:default
make hnahkb/freyr:default
Flashing example for this keyboard:
make freyr:default:flash
make hnahkb/freyr: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).

keyboards/freyr/rules.mk → keyboards/hnahkb/freyr/rules.mk View File


keyboards/stella/config.h → keyboards/hnahkb/stella/config.h View File


keyboards/stella/info.json → keyboards/hnahkb/stella/info.json View File


keyboards/stella/keymaps/default/keymap.c → keyboards/hnahkb/stella/keymaps/default/keymap.c View File


keyboards/stella/keymaps/default/readme.md → keyboards/hnahkb/stella/keymaps/default/readme.md View File


keyboards/stella/readme.md → keyboards/hnahkb/stella/readme.md View File

@ -10,10 +10,10 @@ A custom keyboard design for VGS community
Make example for this keyboard (after setting up your build environment):
make stella:default
make hnahkb/stella:default
Flashing example for this keyboard:
make stella:default:flash
make hnahkb/stella: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).

keyboards/stella/rules.mk → keyboards/hnahkb/stella/rules.mk View File


keyboards/stella/stella.c → keyboards/hnahkb/stella/stella.c View File


keyboards/stella/stella.h → keyboards/hnahkb/stella/stella.h View File


keyboards/vn66/config.h → keyboards/hnahkb/vn66/config.h View File


keyboards/vn66/info.json → keyboards/hnahkb/vn66/info.json View File


keyboards/vn66/keymaps/default/keymap.c → keyboards/hnahkb/vn66/keymaps/default/keymap.c View File


keyboards/vn66/keymaps/default/readme.md → keyboards/hnahkb/vn66/keymaps/default/readme.md View File


keyboards/vn66/readme.md → keyboards/hnahkb/vn66/readme.md View File

@ -10,10 +10,10 @@ A compact 60% keyboard for VNMK
Make example for this keyboard (after setting up your build environment):
make vn66:default
make hnahkb/vn66:default
Flashing example for this keyboard:
make vn66:default:flash
make hnahkb/vn66: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).

keyboards/vn66/rules.mk → keyboards/hnahkb/vn66/rules.mk View File


keyboards/vn66/vn66.c → keyboards/hnahkb/vn66/vn66.c View File


keyboards/vn66/vn66.h → keyboards/hnahkb/vn66/vn66.h View File


Loading…
Cancel
Save