aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-05-19 09:51:56 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-19 09:51:56 -0700
commit2ce3c5548ae7329a80d4db73a5ce3e7f092332f3 (patch)
treeaf7c65ba40450973fa40d9cac948ac43743cc3cb
parentd67eb20aed97410e11a17f7f5799d822f98a7558 (diff)
downloadqmk_firmware-2ce3c5548ae7329a80d4db73a5ce3e7f092332f3.tar.gz
qmk_firmware-2ce3c5548ae7329a80d4db73a5ce3e7f092332f3.zip
[Keyboard] E6V2 BMC OE (#5908)
* rename bmc due to confusion as the bmc from r2 is different * update readme * Update keyboards/exclusive/e6v2/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/config.h (renamed from keyboards/exclusive/e6v2/bmc/config.h)2
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/info.json (renamed from keyboards/exclusive/e6v2/bmc/info.json)0
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/keymaps/default/config.h (renamed from keyboards/exclusive/e6v2/bmc/keymaps/default/config.h)0
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/keymaps/default/keymap.c (renamed from keyboards/exclusive/e6v2/bmc/keymaps/default/keymap.c)0
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/keymaps/default/readme.md (renamed from keyboards/exclusive/e6v2/bmc/keymaps/default/readme.md)0
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c (renamed from keyboards/exclusive/e6v2/bmc/bmc.c)2
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/oe_bmc.h (renamed from keyboards/exclusive/e6v2/bmc/bmc.h)0
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/readme.md (renamed from keyboards/exclusive/e6v2/bmc/readme.md)6
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/rules.mk (renamed from keyboards/exclusive/e6v2/bmc/rules.mk)0
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/usbconfig.h (renamed from keyboards/exclusive/e6v2/bmc/usbconfig.h)0
-rw-r--r--keyboards/exclusive/e6v2/readme.md2
11 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/exclusive/e6v2/bmc/config.h b/keyboards/exclusive/e6v2/oe_bmc/config.h
index 7c6fcccdb..fc7c91ca6 100644
--- a/keyboards/exclusive/e6v2/bmc/config.h
+++ b/keyboards/exclusive/e6v2/oe_bmc/config.h
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22#define PRODUCT_ID 0x0000 22#define PRODUCT_ID 0x0000
23#define DEVICE_VER 0x0001 23#define DEVICE_VER 0x0001
24#define MANUFACTURER exclusive 24#define MANUFACTURER exclusive
25#define PRODUCT e6v2 bmc 25#define PRODUCT e6v2 oe bmc
26#define DESCRIPTION A custom 60% keyboard 26#define DESCRIPTION A custom 60% keyboard
27 27
28/* key matrix size */ 28/* key matrix size */
diff --git a/keyboards/exclusive/e6v2/bmc/info.json b/keyboards/exclusive/e6v2/oe_bmc/info.json
index aa6d171ba..aa6d171ba 100644
--- a/keyboards/exclusive/e6v2/bmc/info.json
+++ b/keyboards/exclusive/e6v2/oe_bmc/info.json
diff --git a/keyboards/exclusive/e6v2/bmc/keymaps/default/config.h b/keyboards/exclusive/e6v2/oe_bmc/keymaps/default/config.h
index 26c6d6ade..26c6d6ade 100644
--- a/keyboards/exclusive/e6v2/bmc/keymaps/default/config.h
+++ b/keyboards/exclusive/e6v2/oe_bmc/keymaps/default/config.h
diff --git a/keyboards/exclusive/e6v2/bmc/keymaps/default/keymap.c b/keyboards/exclusive/e6v2/oe_bmc/keymaps/default/keymap.c
index 730041917..730041917 100644
--- a/keyboards/exclusive/e6v2/bmc/keymaps/default/keymap.c
+++ b/keyboards/exclusive/e6v2/oe_bmc/keymaps/default/keymap.c
diff --git a/keyboards/exclusive/e6v2/bmc/keymaps/default/readme.md b/keyboards/exclusive/e6v2/oe_bmc/keymaps/default/readme.md
index 4a1b6efa6..4a1b6efa6 100644
--- a/keyboards/exclusive/e6v2/bmc/keymaps/default/readme.md
+++ b/keyboards/exclusive/e6v2/oe_bmc/keymaps/default/readme.md
diff --git a/keyboards/exclusive/e6v2/bmc/bmc.c b/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c
index 257b68b8b..5357550ae 100644
--- a/keyboards/exclusive/e6v2/bmc/bmc.c
+++ b/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c
@@ -13,7 +13,7 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#include "bmc.h" 16#include "oe_bmc.h"
17#include "rgblight.h" 17#include "rgblight.h"
18#include "i2c_master.h" 18#include "i2c_master.h"
19 19
diff --git a/keyboards/exclusive/e6v2/bmc/bmc.h b/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.h
index 44c02c860..44c02c860 100644
--- a/keyboards/exclusive/e6v2/bmc/bmc.h
+++ b/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.h
diff --git a/keyboards/exclusive/e6v2/bmc/readme.md b/keyboards/exclusive/e6v2/oe_bmc/readme.md
index b69ac792c..a386abf6c 100644
--- a/keyboards/exclusive/e6v2/bmc/readme.md
+++ b/keyboards/exclusive/e6v2/oe_bmc/readme.md
@@ -1,6 +1,6 @@
1# E6-V2 Bootmapper Client (ps2avrgb) 1# E6-V2 Bootmapper Client (ps2avrgb) OE
2 2
3These docs are for the BMC version of the E6-V2 PCB which has an atmega32a microcontroller. Please do not flash this `.hex` file on your atmega32u4 equipped E6-V2. 3These docs are for the BMC version of the E6-V2 PCB sold during Round 1 which has an atmega32a microcontroller. Please do not flash this `.hex` file on your atmega32u4 equipped E6-V2 or your E6V2 BMC from Round 2.
4 4
5Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) 5Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
6Hardware Supported: ps2avrgb E6-V2 with atmega32a microcontroller 6Hardware Supported: ps2avrgb E6-V2 with atmega32a microcontroller
@@ -8,7 +8,7 @@ Hardware Availability: [geekhack.org/index.php?topic=90787.0](https://geekhack.o
8 8
9Make example for this keyboard (after setting up your build environment): 9Make example for this keyboard (after setting up your build environment):
10 10
11 make exclusive/e6v2/bmc:default 11 make exclusive/e6v2/oe_bmc:default
12 12
13Flashing 13Flashing
14 14
diff --git a/keyboards/exclusive/e6v2/bmc/rules.mk b/keyboards/exclusive/e6v2/oe_bmc/rules.mk
index 885bce245..885bce245 100644
--- a/keyboards/exclusive/e6v2/bmc/rules.mk
+++ b/keyboards/exclusive/e6v2/oe_bmc/rules.mk
diff --git a/keyboards/exclusive/e6v2/bmc/usbconfig.h b/keyboards/exclusive/e6v2/oe_bmc/usbconfig.h
index f22f2b631..f22f2b631 100644
--- a/keyboards/exclusive/e6v2/bmc/usbconfig.h
+++ b/keyboards/exclusive/e6v2/oe_bmc/usbconfig.h
diff --git a/keyboards/exclusive/e6v2/readme.md b/keyboards/exclusive/e6v2/readme.md
index c09d1ccf1..515db082e 100644
--- a/keyboards/exclusive/e6v2/readme.md
+++ b/keyboards/exclusive/e6v2/readme.md
@@ -13,7 +13,7 @@ The E6-V2 is a 60% keyboard manufactured by Exclusive.
13 13
14These docs are for the QMK version of the E6-V2 PCB. [More info on qmk.fm](http://qmk.fm/) 14These docs are for the QMK version of the E6-V2 PCB. [More info on qmk.fm](http://qmk.fm/)
15 15
16The E6V2 has been available with either a bootmapper client or QMK powered PCB. During the second round, the QMK powered PCB was redesigned and used different ports and a different switch matrix. 16The E6V2 has been available with either a Bootmapper Client or QMK-powered PCB. During the second round, the QMK-powered and BMC PCBs were redesigned, and used different ports and a different switch matrix.
17 17
18Please use the appropriate version when making your firmware. Flashing one in place of the other, can brick your PCB. Please be certain whether you have a OE or LE PCB. 18Please use the appropriate version when making your firmware. Flashing one in place of the other, can brick your PCB. Please be certain whether you have a OE or LE PCB.
19 19