Skip to content

Commit

Permalink
Changing board names to prevent confusion (qmk#8412)
Browse files Browse the repository at this point in the history
* Changing Name

Changing name to prevent confusion.

* Changing Name

Changing Name to prevent confusion.

* Changing Name

Changing name to prevent confusion.

* Changing Name

Changing Name to prevent confusion

* Changing Name

Changing name to prevent confusion

* Changing board names

Changing the board names to prevent confusion for a future project I will have merged. ie. A naming conflict.

* Changed Name again

Forgot 2 files, ranamed

* Update keyboards/z150_bh/readme.md

* Update keyboards/omnikey_bh/readme.md

* Update keyboards/at101_bh/at101_bh.h

* Update keyboards/omnikey_bh/omnikey_bh.h

* Update at101_bh.h

* Update omnikey_bh.h
  • Loading branch information
blindassassin111 authored and noroadsleft committed May 22, 2020
1 parent e19658b commit c679ab0
Show file tree
Hide file tree
Showing 24 changed files with 20 additions and 26 deletions.
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 All @@ -24,5 +23,3 @@
{ K1000, K1001, KC_NO, KC_NO, KC_NO, K1005, K1006, K1007, K1008, K1009 }, \
{ K1100, K1101, K1102, KC_NO, KC_NO, K1105, K1106, K1107, K1108, KC_NO } \
}

#endif
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
File renamed without changes.
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 @@ -18,5 +17,3 @@
{ K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, K418, K419, K420, K421, KC_NO }, \
{ 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
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
File renamed without changes.
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
File renamed without changes.

0 comments on commit c679ab0

Please sign in to comment.