move @takashiski 's keebs into /takashiski (#16089)

fix_template_bootmagic
peepeetee 3 years ago committed by GitHub
parent 71c0b97bce
commit bd35fa7de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      keyboards/takashiski/hecomi/alpha/config.h
  2. 0
      keyboards/takashiski/hecomi/alpha/info.json
  3. 0
      keyboards/takashiski/hecomi/alpha/readme.md
  4. 0
      keyboards/takashiski/hecomi/alpha/rules.mk
  5. 0
      keyboards/takashiski/hecomi/hecomi.c
  6. 0
      keyboards/takashiski/hecomi/hecomi.h
  7. 0
      keyboards/takashiski/hecomi/keymaps/default/keymap.c
  8. 0
      keyboards/takashiski/hecomi/keymaps/default/readme.md
  9. 0
      keyboards/takashiski/hecomi/keymaps/kakunpc/config.h
  10. 0
      keyboards/takashiski/hecomi/keymaps/kakunpc/keymap.c
  11. 0
      keyboards/takashiski/hecomi/keymaps/kakunpc/readme.md
  12. 2
      keyboards/takashiski/hecomi/readme.md
  13. 2
      keyboards/takashiski/hecomi/rules.mk
  14. 0
      keyboards/takashiski/namecard2x4/.noci
  15. 0
      keyboards/takashiski/namecard2x4/info.json
  16. 0
      keyboards/takashiski/namecard2x4/keymaps/brainfuck/config.h
  17. 0
      keyboards/takashiski/namecard2x4/keymaps/brainfuck/keymap.c
  18. 0
      keyboards/takashiski/namecard2x4/keymaps/brainfuck/readme.md
  19. 0
      keyboards/takashiski/namecard2x4/keymaps/default/keymap.c
  20. 0
      keyboards/takashiski/namecard2x4/keymaps/default/readme.md
  21. 0
      keyboards/takashiski/namecard2x4/namecard2x4.c
  22. 0
      keyboards/takashiski/namecard2x4/namecard2x4.h
  23. 2
      keyboards/takashiski/namecard2x4/readme.md
  24. 0
      keyboards/takashiski/namecard2x4/rev1/.noci
  25. 0
      keyboards/takashiski/namecard2x4/rev1/config.h
  26. 0
      keyboards/takashiski/namecard2x4/rev1/rules.mk
  27. 0
      keyboards/takashiski/namecard2x4/rev2/config.h
  28. 0
      keyboards/takashiski/namecard2x4/rev2/rules.mk
  29. 2
      keyboards/takashiski/namecard2x4/rules.mk
  30. 0
      keyboards/takashiski/otaku_split/rev0/.noci
  31. 0
      keyboards/takashiski/otaku_split/rev0/config.h
  32. 0
      keyboards/takashiski/otaku_split/rev0/info.json
  33. 0
      keyboards/takashiski/otaku_split/rev0/keymaps/default/keymap.c
  34. 0
      keyboards/takashiski/otaku_split/rev0/keymaps/default/readme.md
  35. 0
      keyboards/takashiski/otaku_split/rev0/keymaps/sample/keymap.c
  36. 0
      keyboards/takashiski/otaku_split/rev0/keymaps/sample/readme.md
  37. 2
      keyboards/takashiski/otaku_split/rev0/readme.md
  38. 0
      keyboards/takashiski/otaku_split/rev0/rev0.c
  39. 0
      keyboards/takashiski/otaku_split/rev0/rev0.h
  40. 0
      keyboards/takashiski/otaku_split/rev0/rules.mk
  41. 0
      keyboards/takashiski/otaku_split/rev1/config.h
  42. 0
      keyboards/takashiski/otaku_split/rev1/info.json
  43. 0
      keyboards/takashiski/otaku_split/rev1/keymaps/default/keymap.c
  44. 0
      keyboards/takashiski/otaku_split/rev1/keymaps/default/readme.md
  45. 0
      keyboards/takashiski/otaku_split/rev1/keymaps/sample/keymap.c
  46. 0
      keyboards/takashiski/otaku_split/rev1/keymaps/sample/readme.md
  47. 2
      keyboards/takashiski/otaku_split/rev1/readme.md
  48. 0
      keyboards/takashiski/otaku_split/rev1/rev1.c
  49. 0
      keyboards/takashiski/otaku_split/rev1/rev1.h
  50. 0
      keyboards/takashiski/otaku_split/rev1/rules.mk

@ -12,6 +12,6 @@ Hardware Availability: booth(@skyhigh_works)
Make example for this keyboard (after setting up your build environment):
make hecomi/alpha:default
make takashiski/hecomi/alpha: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).

@ -18,4 +18,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes
DEFAULT_FOLDER = hecomi/alpha
DEFAULT_FOLDER = takashiski/hecomi/alpha

@ -18,7 +18,7 @@ Keyboard Maintainer: [takashiski](https://github.com/takashiski)
Make example for this keyboard (after setting up your build environment):
make namecard2x4:default
make takashiski/namecard2x4: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).

@ -18,4 +18,4 @@ AUDIO_ENABLE = no # Audio output
#RGBLIGHT_ENABLE = yes # uncomment if you want addressable led strips
DEFAULT_FOLDER = namecard2x4/rev2
DEFAULT_FOLDER = takashiski/namecard2x4/rev2

@ -11,6 +11,6 @@ Hardware Availability: https://skyhigh-works.booth.pm/items/1365150
Make example for this keyboard (after setting up your build environment):
make otaku_split/rev0:default
make takashiski/otaku_split/rev0: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).

@ -14,6 +14,6 @@ Hardware Availability: https://skyhigh-works.booth.pm/items/1398595
Make example for this keyboard (after setting up your build environment):
make otaku_split/rev1:default
make takashiski/otaku_split/rev1: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).
Loading…
Cancel
Save