Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing board names to prevent confusion #8412

Merged
merged 13 commits into from
May 2, 2020
1 change: 1 addition & 0 deletions keyboards/at101_bh/at101_bh.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "at101_bh.h"
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef at101_blackheart_H
#define at101_blackheart_H
#pragma once

#include "quantum.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define PRODUCT_ID 0x6060
#define DEVICE_VER 0x0001
#define MANUFACTURER blindassassin111
#define PRODUCT AT101_Blackheart PCB
#define PRODUCT AT101_BH PCB
#define DESCRIPTION Replacement AT101 PCB

/* key matrix size */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"keyboard_name": "AT101 Blackheart PCB",
"keyboard_folder": "at101_blackheart",
"keyboard_name": "AT101 BH PCB",
"keyboard_folder": "at101_bh",
"url": "https://deskthority.net/group-buys-f50/programmable-vintage-board-pcbs-omnikey-at101-and-z-150-t19325.html",
"maintainer": "qmk, blindassassin111",
"width": 22.5,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# AT101 Blackheart PCB
# AT101 BH PCB

![AT101 Blackheart PCB](https://deskthority.net/resources/image/48571)
![AT101 BH PCB](https://deskthority.net/resources/image/48571)

A replacement PCB for AT101 keyboards.

Keyboard Maintainer: QMK Community and blindassassin111
Hardware Supported: AT101 blackheart PCB
Hardware Supported: AT101 BH PCB
Hardware Availability: https://deskthority.net/group-buys-f50/programmable-vintage-board-pcbs-omnikey-at101-and-z-150-t19325.html

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

make at101_blackheart:default
make at101_bh: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.
1 change: 0 additions & 1 deletion keyboards/at101_blackheart/at101_blackheart.c

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "Omnikey Blackheart PCB",
"keyboard_name": "Omnikey BH PCB",
"url": "",
"maintainer": "qmk",
"width": 25.5,
Expand Down
1 change: 1 addition & 0 deletions keyboards/omnikey_bh/omnikey_bh.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "omnikey_bh.h"
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef omnikey_blackheart
#define omnikey_blackheart
#pragma once

#include "quantum.h"

Expand All @@ -19,4 +18,4 @@
{ K500, K501, K502, K503, K504, KC_NO, KC_NO, K507, KC_NO, KC_NO, KC_NO, KC_NO, K512, K513, K514, K515, K516, K517, K518, K519, K520, KC_NO, KC_NO } \
}

#endif
#endif
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Omnikey Blackheart PCB
Omnikey BH PCB
===

A replacement PCB for Omnikey keyboards. Supports 101, 102, Plus, Ultra T, Ultra, Prime and Stellar, as well as customs.

Keyboard Maintainer: QMK Community and blindassassin111
Hardware Supported: Omnikey blackheart PCB
Hardware Supported: Omnikey BH PCB
Hardware Availability: https://deskthority.net/group-buys-f50/omnikey-replacement-pcb-t18276.html

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

make omnikey_blackheart:default
make omnikey_bh:default

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.
1 change: 0 additions & 1 deletion keyboards/omnikey_blackheart/omnikey_blackheart.c

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "Z-150 Blackheart",
"keyboard_name": "Z-150 BH",
"url": "",
"maintainer": "qmk, blindassassin111",
"width": 21.25,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Z-150 Blackheart PCB
Z-150 BH PCB
===

A replacement PCB for Zenith Z-150 keyboards.

Keyboard Maintainer: QMK Community and blindassassin111
Hardware Supported: Z-150 blackheart PCB
Hardware Supported: Z-150 BH PCB
Hardware Availability: [Deskthority Group Buy](https://deskthority.net/group-buys-f50/programmable-vintage-board-pcbs-omnikey-at101-and-z-150-t19325.html)

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

make z150_blackheart:default
make z150_bh: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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "z150_blackheart.h"
#include "z150_bh.h"

void matrix_init_kb(void) {
setPinOutput(B0);
Expand Down