Browse Source

[Keyboard] relocating boards by flehrad (#9635)

Co-authored-by: flehrad <flehrad@users.noreply.github.com>
pull/10202/head
flehrad 3 years ago
committed by James Young
parent
commit
200444f8d2
49 changed files with 6 additions and 4 deletions
  1. +2
    -0
      keyboards/flehrad/bigswitch/README.md
  2. +0
    -0
      keyboards/flehrad/bigswitch/bigswitch.c
  3. +0
    -0
      keyboards/flehrad/bigswitch/bigswitch.h
  4. +0
    -0
      keyboards/flehrad/bigswitch/config.h
  5. +0
    -0
      keyboards/flehrad/bigswitch/info.json
  6. +0
    -0
      keyboards/flehrad/bigswitch/keymaps/333fred/config.h
  7. +0
    -0
      keyboards/flehrad/bigswitch/keymaps/333fred/keymap.c
  8. +0
    -0
      keyboards/flehrad/bigswitch/keymaps/333fred/rules.mk
  9. +0
    -0
      keyboards/flehrad/bigswitch/keymaps/default/keymap.c
  10. +0
    -0
      keyboards/flehrad/bigswitch/keymaps/wanleg/config.h
  11. +0
    -0
      keyboards/flehrad/bigswitch/keymaps/wanleg/keymap.c
  12. +0
    -0
      keyboards/flehrad/bigswitch/keymaps/wanleg/rules.mk
  13. +0
    -0
      keyboards/flehrad/bigswitch/rules.mk
  14. +0
    -0
      keyboards/flehrad/downbubble/config.h
  15. +0
    -0
      keyboards/flehrad/downbubble/downbubble.c
  16. +0
    -0
      keyboards/flehrad/downbubble/downbubble.h
  17. +0
    -0
      keyboards/flehrad/downbubble/info.json
  18. +0
    -0
      keyboards/flehrad/downbubble/keymaps/default/config.h
  19. +0
    -0
      keyboards/flehrad/downbubble/keymaps/default/keymap.c
  20. +0
    -0
      keyboards/flehrad/downbubble/keymaps/default/readme.md
  21. +0
    -0
      keyboards/flehrad/downbubble/license
  22. +1
    -1
      keyboards/flehrad/downbubble/readme.md
  23. +0
    -0
      keyboards/flehrad/downbubble/rules.mk
  24. +0
    -0
      keyboards/flehrad/numbrero/config.h
  25. +0
    -0
      keyboards/flehrad/numbrero/info.json
  26. +0
    -0
      keyboards/flehrad/numbrero/keymaps/default/keymap.c
  27. +0
    -0
      keyboards/flehrad/numbrero/license
  28. +0
    -0
      keyboards/flehrad/numbrero/numbrero.c
  29. +0
    -0
      keyboards/flehrad/numbrero/numbrero.h
  30. +1
    -1
      keyboards/flehrad/numbrero/readme.md
  31. +0
    -0
      keyboards/flehrad/numbrero/rules.mk
  32. +0
    -0
      keyboards/flehrad/snagpad/config.h
  33. +0
    -0
      keyboards/flehrad/snagpad/info.json
  34. +0
    -0
      keyboards/flehrad/snagpad/keymaps/default/keymap.c
  35. +0
    -0
      keyboards/flehrad/snagpad/keymaps/via/keymap.c
  36. +0
    -0
      keyboards/flehrad/snagpad/keymaps/via/rules.mk
  37. +0
    -0
      keyboards/flehrad/snagpad/license
  38. +1
    -1
      keyboards/flehrad/snagpad/readme.md
  39. +0
    -0
      keyboards/flehrad/snagpad/rules.mk
  40. +0
    -0
      keyboards/flehrad/snagpad/snagpad.c
  41. +0
    -0
      keyboards/flehrad/snagpad/snagpad.h
  42. +0
    -0
      keyboards/flehrad/tradestation/config.h
  43. +0
    -0
      keyboards/flehrad/tradestation/info.json
  44. +0
    -0
      keyboards/flehrad/tradestation/keymaps/default/keymap.c
  45. +0
    -0
      keyboards/flehrad/tradestation/license
  46. +1
    -1
      keyboards/flehrad/tradestation/readme.md
  47. +0
    -0
      keyboards/flehrad/tradestation/rules.mk
  48. +0
    -0
      keyboards/flehrad/tradestation/tradestation.c
  49. +0
    -0
      keyboards/flehrad/tradestation/tradestation.h

keyboards/bigswitch/README.md → keyboards/flehrad/bigswitch/README.md View File

@ -7,6 +7,8 @@ Designed by Don of the Board Podcast and sold as a kit by [keeb.io](https://keeb
https://github.com/flehrad/Big-Switch-PCB
make: flehrad/bigswitch:default
### Technical Specifications
* Uses a atmega32u4 pro micro or pin compatible MCU

keyboards/bigswitch/bigswitch.c → keyboards/flehrad/bigswitch/bigswitch.c View File


keyboards/bigswitch/bigswitch.h → keyboards/flehrad/bigswitch/bigswitch.h View File


keyboards/bigswitch/config.h → keyboards/flehrad/bigswitch/config.h View File


keyboards/bigswitch/info.json → keyboards/flehrad/bigswitch/info.json View File


keyboards/bigswitch/keymaps/333fred/config.h → keyboards/flehrad/bigswitch/keymaps/333fred/config.h View File


keyboards/bigswitch/keymaps/333fred/keymap.c → keyboards/flehrad/bigswitch/keymaps/333fred/keymap.c View File


keyboards/bigswitch/keymaps/333fred/rules.mk → keyboards/flehrad/bigswitch/keymaps/333fred/rules.mk View File


keyboards/bigswitch/keymaps/default/keymap.c → keyboards/flehrad/bigswitch/keymaps/default/keymap.c View File


keyboards/bigswitch/keymaps/wanleg/config.h → keyboards/flehrad/bigswitch/keymaps/wanleg/config.h View File


keyboards/bigswitch/keymaps/wanleg/keymap.c → keyboards/flehrad/bigswitch/keymaps/wanleg/keymap.c View File


keyboards/bigswitch/keymaps/wanleg/rules.mk → keyboards/flehrad/bigswitch/keymaps/wanleg/rules.mk View File


keyboards/bigswitch/rules.mk → keyboards/flehrad/bigswitch/rules.mk View File


keyboards/handwired/downbubble/config.h → keyboards/flehrad/downbubble/config.h View File


keyboards/handwired/downbubble/downbubble.c → keyboards/flehrad/downbubble/downbubble.c View File


keyboards/handwired/downbubble/downbubble.h → keyboards/flehrad/downbubble/downbubble.h View File


keyboards/handwired/downbubble/info.json → keyboards/flehrad/downbubble/info.json View File


keyboards/handwired/downbubble/keymaps/default/config.h → keyboards/flehrad/downbubble/keymaps/default/config.h View File


keyboards/handwired/downbubble/keymaps/default/keymap.c → keyboards/flehrad/downbubble/keymaps/default/keymap.c View File


keyboards/handwired/downbubble/keymaps/default/readme.md → keyboards/flehrad/downbubble/keymaps/default/readme.md View File


keyboards/handwired/downbubble/license → keyboards/flehrad/downbubble/license View File


keyboards/handwired/downbubble/readme.md → keyboards/flehrad/downbubble/readme.md View File

@ -10,6 +10,6 @@ Hardware Availability: The Board Podcast Slack
Make example for this keyboard (after setting up your build environment):
make downbubble:default
make flehrad/downbubble: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).

keyboards/handwired/downbubble/rules.mk → keyboards/flehrad/downbubble/rules.mk View File


keyboards/handwired/numbrero/config.h → keyboards/flehrad/numbrero/config.h View File


keyboards/handwired/numbrero/info.json → keyboards/flehrad/numbrero/info.json View File


keyboards/handwired/numbrero/keymaps/default/keymap.c → keyboards/flehrad/numbrero/keymaps/default/keymap.c View File


keyboards/handwired/numbrero/license → keyboards/flehrad/numbrero/license View File


keyboards/handwired/numbrero/numbrero.c → keyboards/flehrad/numbrero/numbrero.c View File


keyboards/handwired/numbrero/numbrero.h → keyboards/flehrad/numbrero/numbrero.h View File


keyboards/handwired/numbrero/readme.md → keyboards/flehrad/numbrero/readme.md View File

@ -8,6 +8,6 @@ Hardware Availability: The Board Podcast Slack
Make example for this keyboard (after setting up your build environment):
make handwired/numbrero:default
make flehrad/numbrero: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).

keyboards/handwired/numbrero/rules.mk → keyboards/flehrad/numbrero/rules.mk View File


keyboards/snagpad/config.h → keyboards/flehrad/snagpad/config.h View File


keyboards/snagpad/info.json → keyboards/flehrad/snagpad/info.json View File


keyboards/snagpad/keymaps/default/keymap.c → keyboards/flehrad/snagpad/keymaps/default/keymap.c View File


keyboards/snagpad/keymaps/via/keymap.c → keyboards/flehrad/snagpad/keymaps/via/keymap.c View File


keyboards/snagpad/keymaps/via/rules.mk → keyboards/flehrad/snagpad/keymaps/via/rules.mk View File


keyboards/handwired/tradestation/license → keyboards/flehrad/snagpad/license View File


keyboards/snagpad/readme.md → keyboards/flehrad/snagpad/readme.md View File

@ -8,7 +8,7 @@ Hardware Availability: [GitHub](https://github.com/flehrad/Snagpad)
Make example for this keyboard (after setting up your build environment):
make snagpad:default
make flehrad/snagpad: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).

keyboards/snagpad/rules.mk → keyboards/flehrad/snagpad/rules.mk View File


keyboards/snagpad/snagpad.c → keyboards/flehrad/snagpad/snagpad.c View File


keyboards/snagpad/snagpad.h → keyboards/flehrad/snagpad/snagpad.h View File


keyboards/handwired/tradestation/config.h → keyboards/flehrad/tradestation/config.h View File


keyboards/handwired/tradestation/info.json → keyboards/flehrad/tradestation/info.json View File


keyboards/handwired/tradestation/keymaps/default/keymap.c → keyboards/flehrad/tradestation/keymaps/default/keymap.c View File


keyboards/snagpad/license → keyboards/flehrad/tradestation/license View File


keyboards/handwired/tradestation/readme.md → keyboards/flehrad/tradestation/readme.md View File

@ -22,6 +22,6 @@ Hardware Supported: Tradestation PCB, Pro Micro
Make example for this keyboard (after setting up your build environment):
make tradestation:default
make flehrad/tradestation: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).

keyboards/handwired/tradestation/rules.mk → keyboards/flehrad/tradestation/rules.mk View File


keyboards/handwired/tradestation/tradestation.c → keyboards/flehrad/tradestation/tradestation.c View File


keyboards/handwired/tradestation/tradestation.h → keyboards/flehrad/tradestation/tradestation.h View File


Loading…
Cancel
Save