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

rename kprepublic bm keyboards to have a standardized naming format #15047

Merged
merged 8 commits into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions keyboards/kprepublic/bm40hsrgb/keymaps/gabustoledo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

- Compile:

`qmk compile -kb bm40hsrgb -km gabustoledo`
`qmk compile -kb kprepublic/bm40hsrgb -km gabustoledo`

### Flash

- Flash:

`qmk flash -kb bm40hsrgb -km gabustoledo`
`qmk flash -kb kprepublic/bm40hsrgb -km gabustoledo`

# Layout

Expand Down
4 changes: 2 additions & 2 deletions keyboards/kprepublic/bm40hsrgb/keymaps/signynt/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Sigma Squared modifies on **Miryoku** in the following ways:

- to directly flash to board:

`qmk flash -kb bm40hsrgb -km signynt`
`qmk flash -kb kprepublic/bm40hsrgb -km signynt`

- to only compile:

`qmk compile -kb bm40hsrgb -km signynt`
`qmk compile -kb kprepublic/bm40hsrgb -km signynt`



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Sigma Squared modifies on **Miryoku** in the following ways:

- to directly flash to board:

`qmk flash -kb bm40hsrgb -km signynt`
`qmk flash -kb kprepublic/bm40hsrgb -km signynt`

- to only compile:

`qmk compile -kb bm40hsrgb -km signynt`
`qmk compile -kb kprepublic/bm40hsrgb -km signynt`



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Sigma Squared modifies on **Miryoku** in the following ways:

- to directly flash to board:

`qmk flash -kb bm40hsrgb -km signynt`
`qmk flash -kb kprepublic/bm40hsrgb -km signynt`

- to only compile:

`qmk compile -kb bm40hsrgb -km signynt`
`qmk compile -kb kprepublic/bm40hsrgb -km signynt`



Expand Down
4 changes: 2 additions & 2 deletions keyboards/kprepublic/bm43a/keymaps/stevexyz/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ And a view on the actual build:

![layout](https://raw.githubusercontent.com/stevexyz/qmk_firmware/master/keyboards/bm43a/keymaps/stevexyz/actualbuild.jpeg)

In order to compile the module from qmk root directory use the command 'make bm43a:stevexyz'
In order to compile the module from qmk root directory use the command 'make kprepublic/bm43a:stevexyz'

And in order to upload the new firmware use the command: 'qmk flash -kb bm43a -km stevexyz' (you can initiate programming with keyboard RESET key, that in this keymap has been moved on the backspace button in the "lights" layer)
And in order to upload the new firmware use the command: 'qmk flash -kb kprepublic/bm43a -km stevexyz' (you can initiate programming with keyboard RESET key, that in this keymap has been moved on the backspace button in the "lights" layer)

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# BM60 RGB
# BM60HSRGB

A 60% hotswap inswitch RGB keyboard from KP Republic.

* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
* Hardware Supported: BM60 RGB
* Hardware Supported: BM60HSRGB
* Hardware Availability: [KP Republic](https://kprepublic.com/products/bm60-rgb-60-gh60-hot-swappable-pcb-programmed-qmk-firmware-type-c)

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

make kprepublic/bm60rgb/rev1:default
make kprepublic/bm60hsrgb/rev1: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).
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0xEF8C
#define DEVICE_VER 0x0001
#define MANUFACTURER KP Republic
#define PRODUCT BM60 RGB
#define PRODUCT BM60HSRGB

/* key matrix size */
#define MATRIX_ROWS 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "BM60 RGB",
"keyboard_name": "BM60HSRGB",
"url": "",
"maintainer": "qmk",
"layout_aliases": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BM60 RGB ISO
# BM60HSRGB_ISO

![BM60 RGB ISO](https://i.imgur.com/i3gk2vql.jpg)
![BM60HSRGB_ISO](https://i.imgur.com/i3gk2vql.jpg)

A 60% ISO hotswap inswitch RGB keyboard.

Expand All @@ -10,10 +10,10 @@ A 60% ISO hotswap inswitch RGB keyboard.

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

make kprepublic/bm60rgb_iso/rev1:default
make kprepublic/bm60hsrgb_iso/rev1:default

Flashing example for this keyboard:

make kprepublic/bm60rgb_iso:default:flash
make kprepublic/bm60hsrgb_iso:default:flash

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).
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0xEF8C
#define DEVICE_VER 0x0001
#define MANUFACTURER KPRepublic
#define PRODUCT bm60hsrgb-iso
#define PRODUCT BM60HSRGB_ISO

/* key matrix size */
#define MATRIX_ROWS 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "BM60 RGB ISO",
"keyboard_name": "BM60HSRGB_ISO",
"url": "",
"maintainer": "qmk",
"layouts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# BM60 Poker 60% Mechanical Keyboard RGB PCB
# BM60HSRGB_Poker 60% Mechanical Keyboard RGB PCB

A 60% hotswap inswitch RGB (north facing) keyboard from KP Republic.

* Keyboard Maintainer: [ipetepete](https://github.com/ipetepete)
* Hardware Supported: BM60 POKER RGB
* Hardware Supported: BM60HSRGB_Poker
* Hardware Availability: [KP Republic](https://kprepublic.com/products/bm60-rgb-poker-60-gh60-hot-swap-custom-mechanical-keyboard-pcb-program-qmk-underglow-type-c)

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

make kprepublic/bm60poker/rev1:default
make kprepublic/bm60hsrgb_poker/rev1: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).
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0xEF8D
#define DEVICE_VER 0x0001
#define MANUFACTURER KP Republic
#define PRODUCT BM60 RGB POKER
#define PRODUCT BM60HSRGB_POKER

/* key matrix size */
#define MATRIX_ROWS 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "BM60 POKER RGB",
"keyboard_name": "BM60HSRGB_POKER",
"url": "",
"maintainer": "qmk",
"layouts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# bm65rgb
# BM65HSRGB

![bm65rgb](https://i.imgur.com/DskSCve.jpeg)
![BM65HSRGB](https://i.imgur.com/DskSCve.jpeg)

A 65% hotswap in switch RGB keyboard from KPRepublic.

* Keyboard Maintainer: [bytesapart](https://github.com/bytesapart)
* Hardware Supported: BM65 RGB
* Hardware Supported: BM65HSRGB
* Hardware Availability: [KP Republic](https://kprepublic.com/products/bm65rgb-bm65-rgb-65-hot-swappable-custom-mechanical-keyboard-pcb-programmed-qmk-via-firmware-full-rgb-switch-underglow-type-c?_pos=1&_sid=5b9a6a5d0&_ss=r)

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

make kprepublic/bm65rgb/rev1:default
make kprepublic/bm65hsrgb/rev1:default

Flashing example for this keyboard:

make kprepublic/bm65rgb/rev1:default:flash
make kprepublic/bm65hsrgb/rev1:default:flash

To reset the board into bootloader mode, do one of the following:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0xEF6E
#define DEVICE_VER 0x0001
#define MANUFACTURER KPRepublic
#define PRODUCT BM65 RGB
#define PRODUCT BM65HSRGB

/* key matrix size */
#define MATRIX_ROWS 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "bm65rgb",
"keyboard_name": "BM65HSRGB",
"url": "",
"maintainer": "bytesapart",
"layouts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "bm65iso.h"
#include "bm65hsrgb_iso.h"

#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0x0653
#define DEVICE_VER 0x0001
#define MANUFACTURER KP Republic
#define PRODUCT BM65ISO
#define PRODUCT BM65HSRGB_ISO

/* key matrix size */
#define MATRIX_ROWS 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "bm65iso",
"keyboard_name": "BM65HSRGB_ISO",
"url": "",
"maintainer": "qmk",
"layouts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

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

make bm65iso:deadolus
make kprepublic/bm65hsrgb_iso:deadolus

Flashing example for this keyboard:

make bm65iso:deadolus:flash
make kprepublic/bm65hsrgb_iso:deadolus:flash

Keyboard Maintainer: **[deadolus](https://github.com/deadolus)**
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# bm65iso
# BM65HSRGB_ISO

![bm65iso](https://ae01.alicdn.com/kf/He2fd118856c7490292bc3c299049fdbcp.jpg)
![BM65HSRGB_ISO](https://ae01.alicdn.com/kf/He2fd118856c7490292bc3c299049fdbcp.jpg)

A 65% hotswap in switch RGB keyboard from KPRepublic.

* Keyboard Maintainer: [deadolus](https://github.com/deadolus)
* Hardware Supported: BM65 ISO
* Hardware Supported: BM65HSRGB_ISO
* Hardware Availability: [KP Republic](https://kprepublic.com/products/bm65rgb-bm65-iso-rgb-65-hot-swappable-custom-mechanical-keyboard-pcb-programmed-qmk-via-firmware-rgb-switch-underglow-type-c)

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

make kprepublic/bm65iso:default
make kprepublic/bm65hsrgb_iso:default

Flashing example for this keyboard:

make kprepublic/bm65iso:default:flash
make kprepublic/bm65hsrgb_iso:default:flash

To reset the board into bootloader mode, do one of the following:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "bm68rgb.h"
#include "bm68hsrgb.h"

#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0xEF6F
#define DEVICE_VER 0x0001
#define MANUFACTURER KPRepublic
#define PRODUCT BM68 RGB
#define PRODUCT BM68HSRGB

/* key matrix size */
#define MATRIX_ROWS 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "bm68rgb",
"keyboard_name": "BM68HSRGB",
"url": "",
"maintainer": "peepeetee",
"layouts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# bm68rgb
# BM68HSRGB

![bm68rgb](https://i.imgur.com/uuYP8OIl.jpeg)
![BM68HSRGB](https://i.imgur.com/uuYP8OIl.jpeg)

A 65% hotswap in switch RGB keyboard from KPRepublic.

* Keyboard Maintainer: [peepeetee](https://github.com/peepeetee)
* Hardware Supported: BM68 RGB
* Hardware Supported: BM68HSRGB
* Hardware Availability: [KP Republic](https://kprepublic.com/products/bm68rgb-bm68-rgb-65-hot-swappable-custom-mechanical-keyboard-pcb-programmed-qmk-via-firmware-full-rgb-switch-underglow-type-c)

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

make kprepublic/bm68rgb:default
make kprepublic/bm68hsrgb:default

Flashing example for this keyboard:

make kprepublic/bm68rgb:default:flash
make kprepublic/bm68hsrgb:default:flash

To reset the board into bootloader mode, do one of the following:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "bm80.h"
#include "bm80hsrgb.h"

#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
Expand All @@ -27,12 +27,12 @@ led_config_t g_led_config = { {
{ 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, NO_LED, 74, NO_LED, NO_LED, 75, NO_LED },
{ 76, 77, 78, NO_LED, NO_LED, 79, NO_LED, NO_LED, NO_LED, 80, 81, 82, 83, 84, NO_LED, 85, 86 }

// K0_0, K0_2, K0_3, K0_4, K0_5, K0_7, K0_8, K0_9, K0_A, K0_B, K0_C, K3_C, K0_D, K0_E, K0_F, K0_10,
// K1_0, K1_1, K1_2, K1_3, K1_4, K1_5, K1_6, K1_7, K1_8, K1_9, K1_A, K1_B, K1_C, K1_D, K1_E, K1_F, K1_10,
// K2_0, K2_1, K2_2, K2_3, K2_4, K2_5, K2_6, K2_7, K2_8, K2_9, K2_A, K2_B, K2_C, K2_D, K2_E, K2_F, K2_10,
// K3_0, K3_1, K3_2, K3_3, K3_4, K3_5, K3_6, K3_7, K3_8, K3_9, K3_A, K3_B, K3_D,
// K4_0, K4_1, K4_2, K4_3, K4_4, K4_5, K4_6, K4_7, K4_8, K4_9, K4_A, K4_C, K4_F,
// K5_0, K5_1, K5_2, K5_5, K5_9, K5_A, K5_B, K5_C, K5_D, K5_F, K5_10
// K0_0, K0_2, K0_3, K0_4, K0_5, K0_7, K0_8, K0_9, K0_A, K0_B, K0_C, K3_C, K0_D, K0_E, K0_F, K0_10,
// K1_0, K1_1, K1_2, K1_3, K1_4, K1_5, K1_6, K1_7, K1_8, K1_9, K1_A, K1_B, K1_C, K1_D, K1_E, K1_F, K1_10,
// K2_0, K2_1, K2_2, K2_3, K2_4, K2_5, K2_6, K2_7, K2_8, K2_9, K2_A, K2_B, K2_C, K2_D, K2_E, K2_F, K2_10,
// K3_0, K3_1, K3_2, K3_3, K3_4, K3_5, K3_6, K3_7, K3_8, K3_9, K3_A, K3_B, K3_D,
// K4_0, K4_1, K4_2, K4_3, K4_4, K4_5, K4_6, K4_7, K4_8, K4_9, K4_A, K4_C, K4_F,
// K5_0, K5_1, K5_2, K5_5, K5_9, K5_A, K5_B, K5_C, K5_D, K5_F, K5_10


// K0_0, KC_NO, K0_2, K0_3, K0_4, K0_5, KC_NO, K0_7, K0_8, K0_9, K0_A, K0_B, K0_C, K0_D, K0_E, K0_F, K0_10
Expand Down Expand Up @@ -130,7 +130,7 @@ led_config_t g_led_config = { {
* │ 63   │ 64│ 65│ 66│ 67│ 68│ 69│ 70│ 71│ 72│ 73│    74  │     │ 75│
* └────────┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴──────────┘  └───┘
*/
1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1
1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1
/*
* ┌────┬────┬────┬────────────────────────┬────┬────┬────┬────┐ ┌───┬───┬───┐
* │ 76 │ 77 │ 78 │           79           │ 80 │ 81 │ 82 │ 83 │ │ 84│ 85│ 86│
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "bm80",
"keyboard_name": "BM80HSRGB",
"url": "",
"maintainer": "peepeetee",
"layouts": {
Expand Down Expand Up @@ -95,4 +95,4 @@
]
}
}
}
}