Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Regroup all Exclusive keyboard in one directory
To reduce clutter in the `keyboards/` directory, this patch moves all
keyboards definitions for Exclusive boards to its own subdirectory.
  • Loading branch information
Brice Figureau authored and drashna committed Feb 7, 2019
1 parent c789577 commit 6affec5
Show file tree
Hide file tree
Showing 46 changed files with 14 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -7,6 +7,6 @@ Hardware Supported: E6V1, E6V2

Make example for this keyboard (after setting up your build environment):

make e6_rgb:60_ansi
make exclusive/e6_rgb:60_ansi

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).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -10,10 +10,10 @@ Hardware Availability: [geekhack.org/index.php?topic=90787.0](https://geekhack.o

Make example for this keyboard (after setting up your build environment):

make e6v2/le:default
make exclusive/e6v2/le:default

Or to make and flash:

make e6v2/le:default:dfu
make exclusive/e6v2/le:default:dfu

See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -10,6 +10,6 @@ Hardware Availability: [https://geekhack.org/index.php?topic=97182.msg2654226#ms

Make example for this keyboard (after setting up your build environment):

make e7v1:default
make exclusive/e7v1: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).
File renamed without changes.
9 changes: 9 additions & 0 deletions keyboards/exclusive/readme.md
@@ -0,0 +1,9 @@
# Exclusive Firmware

All files related to firmware of keyboards designed by Exclusive.

## Keyboards

* [e6_rgb](./e6_rgb/): maintainer [astro](https://github.com/yulei)
* [e6-v2](./e6v2/): maintainers [MechMerlin](https://github.com/mechmerlin), [amnesia0287](https://github.com/amnesia0287)
* [e7-v1](./e7v1): maintainer [masterzen](https://github.com/masterzen)

0 comments on commit 6affec5

Please sign in to comment.