~ruther/qmk_firmware

928be32c83033c3cf024d609d69338eccaff9cc3 — James Young 3 years ago acc11f4
KPrepublic BM80v2 ISO Refactor (#17660)

* bm80v2_iso.h: convert tabs to spaces

* bm80v2_iso.h: use ___ for KC_NO

* bm80v2_iso.h: use QMK 3-character notation

* refactor macro for tkl_iso Community Layout compatibility

- move the matrix position identifier for Enter to the home row

* info.json: correct layout data

* rules.mk: tidy-up formatting

* readme.md: tidy-up formatting

* update maintainer; re-assign copyright

* assign ISO-appropriate keycodes in keymaps
M keyboards/kprepublic/bm80v2_iso/bm80v2_iso.c => keyboards/kprepublic/bm80v2_iso/bm80v2_iso.c +1 -1
@@ 1,4 1,4 @@
/* Copyright 2022 bdtc123 *
/* Copyright 2022 edwardslau *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or

M keyboards/kprepublic/bm80v2_iso/bm80v2_iso.h => keyboards/kprepublic/bm80v2_iso/bm80v2_iso.h +15 -13
@@ 1,4 1,4 @@
/* Copyright 2022 bdtc123 *
/* Copyright 2022 edwardslau *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or


@@ 16,19 16,21 @@

#include "quantum.h"

#define ___ KC_NO

#define LAYOUT_tkl_iso( \
    K0_0,       K0_2, K0_3, K0_4, K0_5, K0_6,K0_7, K0_8, K0_9,   K0_A, K0_B, K0_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_C,                         \
    K4_0,  K4_1,  K4_2, K4_3, K4_4, K4_5,  K4_6, K4_7, K4_8, K4_9, K4_A, K4_B, K4_C,                K4_F,        \
    K5_0,  K5_1,  K5_2,             K5_5,                           K5_A, K5_B, K5_C, K5_D,   K5_E, K5_F, K5_10  \
    K00,      K02, K03, K04, K05,   K06,K07, K08, K09,   K0A, K0B, K0C, K0D,    K0E, K0F, K0G, \
    K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C,    K1D,    K1E, K1F, K1G, \
     K20,   K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C,         K2E, K2F, K2G, \
     K30,    K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C,  K2D,                 \
    K40,  K41,  K42, K43, K44, K45,  K46, K47, K48, K49, K4A, K4B, K4C,                K4F,    \
    K50,  K51,  K52,             K55,                     K5A, K5B, K5C, K5D,   K5E, K5F, K5G  \
) { \
	{ K0_0,  KC_NO, K0_2,  K0_3,  K0_4,  K0_5,  K0_6, K0_7,  K0_8,  K0_9,  K0_A,  K0_B,  K0_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_C,  KC_NO, KC_NO, KC_NO, KC_NO }, \
	{ K4_0,  K4_1,  K4_2,  K4_3,  K4_4,  K4_5,  K4_6,  K4_7,  K4_8,  K4_9,  K4_A,  K4_B,  K4_C,  KC_NO, KC_NO, K4_F,  KC_NO }, \
	{ K5_0,  K5_1,  K5_2,  KC_NO, KC_NO, K5_5,  KC_NO, KC_NO, KC_NO, KC_NO, K5_A,  K5_B,  K5_C,  K5_D,  K5_E,  K5_F,  K5_10 }  \
    { K00, ___, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G }, \
    { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G }, \
    { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G }, \
    { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, ___, ___, ___, ___ }, \
    { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, ___, ___, K4F, ___ }, \
    { K50, K51, K52, ___, ___, K55, ___, ___, ___, ___, K5A, K5B, K5C, K5D, K5E, K5F, K5G }  \
}


M keyboards/kprepublic/bm80v2_iso/config.h => keyboards/kprepublic/bm80v2_iso/config.h +1 -1
@@ 1,4 1,4 @@
/* Copyright 2022 bdtc123 *
/* Copyright 2022 edwardslau *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or

M keyboards/kprepublic/bm80v2_iso/info.json => keyboards/kprepublic/bm80v2_iso/info.json +89 -89
@@ 1,103 1,103 @@
{
    "keyboard_name": "bm80v2_iso",
    "url": "",
    "maintainer": "qmk",
    "maintainer": "edwardslau",
    "layouts": {
        "LAYOUT_tkl_iso": {
            "layout": [
                { "x":0, "y":0},
                { "x":2, "y":0},
                { "x":3, "y":0},
                { "x":4, "y":0},
                { "x":5, "y":0},
                { "x":6.5, "y":0},
                { "x":7.5, "y":0},
                { "x":8.5, "y":0},
                { "x":9.5, "y":0},
                { "x":11, "y":0},
                { "x":12, "y":0},
                { "x":13, "y":0},
                { "x":14, "y":0},
                { "x":15.25, "y":0},
                { "x":16.25, "y":0},
                { "x":17.25, "y":0},
                {"x":0, "y":0},
                {"x":2, "y":0},
                {"x":3, "y":0},
                {"x":4, "y":0},
                {"x":5, "y":0},
                {"x":6.5, "y":0},
                {"x":7.5, "y":0},
                {"x":8.5, "y":0},
                {"x":9.5, "y":0},
                {"x":11, "y":0},
                {"x":12, "y":0},
                {"x":13, "y":0},
                {"x":14, "y":0},
                {"x":15.25, "y":0},
                {"x":16.25, "y":0},
                {"x":17.25, "y":0},

                { "x":0, "y":1.5},
                { "x":1, "y":1.5},
                { "x":2, "y":1.5},
                { "x":3, "y":1.5},
                { "x":4, "y":1.5},
                { "x":5, "y":1.5},
                { "x":6, "y":1.5},
                { "x":7, "y":1.5},
                { "x":8, "y":1.5},
                { "x":9, "y":1.5},
                { "x":10, "y":1.5},
                { "x":11, "y":1.5},
                { "x":12, "y":1.5},
                { "x":13, "y":1.5, "w":2},
                { "x":15.25, "y":1.5},
                { "x":16.25, "y":1.5},
                { "x":17.25, "y":1.5},
                {"x":0, "y":1.5},
                {"x":1, "y":1.5},
                {"x":2, "y":1.5},
                {"x":3, "y":1.5},
                {"x":4, "y":1.5},
                {"x":5, "y":1.5},
                {"x":6, "y":1.5},
                {"x":7, "y":1.5},
                {"x":8, "y":1.5},
                {"x":9, "y":1.5},
                {"x":10, "y":1.5},
                {"x":11, "y":1.5},
                {"x":12, "y":1.5},
                {"x":13, "y":1.5, "w":2},
                {"x":15.25, "y":1.5},
                {"x":16.25, "y":1.5},
                {"x":17.25, "y":1.5},

                { "x":0, "y":2.5, "w":1.5},
                { "x":1.5, "y":2.5},
                { "x":2.5, "y":2.5},
                { "x":3.5, "y":2.5},
                { "x":4.5, "y":2.5},
                { "x":5.5, "y":2.5},
                { "x":6.5, "y":2.5},
                { "x":7.5, "y":2.5},
                { "x":8.5, "y":2.5},
                { "x":9.5, "y":2.5},
                { "x":10.5, "y":2.5},
                { "x":11.5, "y":2.5},
                { "x":12.5, "y":2.5},
                { "x":13.75,"y":2.5},
                { "x":15.25, "y":2.5},
                { "x":16.25, "y":2.5},
                { "x":17.25, "y":2.5},
                {"x":0, "y":2.5, "w":1.5},
                {"x":1.5, "y":2.5},
                {"x":2.5, "y":2.5},
                {"x":3.5, "y":2.5},
                {"x":4.5, "y":2.5},
                {"x":5.5, "y":2.5},
                {"x":6.5, "y":2.5},
                {"x":7.5, "y":2.5},
                {"x":8.5, "y":2.5},
                {"x":9.5, "y":2.5},
                {"x":10.5, "y":2.5},
                {"x":11.5, "y":2.5},
                {"x":12.5, "y":2.5},
                {"x":15.25, "y":2.5},
                {"x":16.25, "y":2.5},
                {"x":17.25, "y":2.5},

                { "x":0, "y":3.5, "w":1.75},
                { "x":1.75, "y":3.5},
                { "x":2.75, "y":3.5},
                { "x":3.75, "y":3.5},
                { "x":4.75, "y":3.5},
                { "x":5.75, "y":3.5},
                { "x":6.75, "y":3.5},
                { "x":7.75, "y":3.5},
                { "x":8.75, "y":3.5},
                { "x":9.75, "y":3.5},
                { "x":10.75, "y":3.5},
                { "x":11.75, "y":3.5},
                { "x":13.75, "y":3.5, "w":1.25, "h":2},
                {"x":0, "y":3.5, "w":1.75},
                {"x":1.75, "y":3.5},
                {"x":2.75, "y":3.5},
                {"x":3.75, "y":3.5},
                {"x":4.75, "y":3.5},
                {"x":5.75, "y":3.5},
                {"x":6.75, "y":3.5},
                {"x":7.75, "y":3.5},
                {"x":8.75, "y":3.5},
                {"x":9.75, "y":3.5},
                {"x":10.75, "y":3.5},
                {"x":11.75, "y":3.5},
                {"x":12.75, "y":3.5},
                {"x":13.75, "y":2.5, "w":1.25, "h":2},

                { "x":0, "y":4.5, "w":1.25},
                { "x":1.25, "y":4.5},
                { "x":2.25, "y":4.5},
                { "x":3.25, "y":4.5},
                { "x":4.25, "y":4.5},
                { "x":5.25, "y":4.5},
                { "x":6.25, "y":4.5},
                { "x":7.25, "y":4.5},
                { "x":8.25, "y":4.5},
                { "x":9.25, "y":4.5},
                { "x":10.25, "y":4.5},
                { "x":11.25, "y":4.5},
                { "x":12.25, "y":4.5, "w":2.75},
                { "x":16.25, "y":4.5},
                {"x":0, "y":4.5, "w":1.25},
                {"x":1.25, "y":4.5},
                {"x":2.25, "y":4.5},
                {"x":3.25, "y":4.5},
                {"x":4.25, "y":4.5},
                {"x":5.25, "y":4.5},
                {"x":6.25, "y":4.5},
                {"x":7.25, "y":4.5},
                {"x":8.25, "y":4.5},
                {"x":9.25, "y":4.5},
                {"x":10.25, "y":4.5},
                {"x":11.25, "y":4.5},
                {"x":12.25, "y":4.5, "w":2.75},
                {"x":16.25, "y":4.5},

                { "x":0, "y":5.5, "w":1.25},
                { "x":1.25, "y":5.5, "w":1.25},
                { "x":2.5, "y":5.5, "w":1.25},
                { "x":3.75, "y":5.5, "w":6.25},
                { "x":10, "y":5.5, "w":1.25},
                { "x":11.25, "y":5.5, "w":1.25},
                { "x":12.5, "y":5.5, "w":1.25},
                { "x":13.75, "y":5.5, "w":1.25},
                { "x":15.25, "y":5.5},
                { "x":16.25, "y":5.5},
                { "x":17.25, "y":5.5}
                {"x":0, "y":5.5, "w":1.25},
                {"x":1.25, "y":5.5, "w":1.25},
                {"x":2.5, "y":5.5, "w":1.25},
                {"x":3.75, "y":5.5, "w":6.25},
                {"x":10, "y":5.5, "w":1.25},
                {"x":11.25, "y":5.5, "w":1.25},
                {"x":12.5, "y":5.5, "w":1.25},
                {"x":13.75, "y":5.5, "w":1.25},
                {"x":15.25, "y":5.5},
                {"x":16.25, "y":5.5},
                {"x":17.25, "y":5.5}
            ]
        }
    }

M keyboards/kprepublic/bm80v2_iso/keymaps/default/keymap.c => keyboards/kprepublic/bm80v2_iso/keymaps/default/keymap.c +12 -12
@@ 7,36 7,36 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
    [0] = LAYOUT_tkl_iso(
        KC_ESC,           KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,     KC_PSCR, KC_SLCK, KC_PAUS,
        KC_GRV,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC,    KC_INS,  KC_HOME, KC_PGUP,
        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_ENT,     KC_DEL,  KC_END,  KC_PGDN,
        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,  KC_BSLS,
        KC_LSFT, KC_SPC,  KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,             KC_UP,
        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC,             KC_DEL,  KC_END,  KC_PGDN,
        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,
        KC_LSFT, KC_NUBS, KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,             KC_UP,
        KC_LCTL, KC_LGUI, KC_LALT,                   KC_SPC,                                      KC_RALT, KC_RGUI, MO(1),   KC_RCTL,    KC_LEFT, KC_DOWN, KC_RGHT
    ),

    [1] = LAYOUT_tkl_iso(
        RESET,            _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, NK_TOGG, _______, _______, _______, _______, _______,                      _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,             _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, NK_TOGG, _______, _______, _______, _______,          _______,             _______,
        _______, _______, _______,                   _______,                                     _______, _______, _______, _______,    _______, _______, _______
    ),

    [2] = LAYOUT_tkl_iso(
        _______,          _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,                      _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,             _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,             _______,
        _______, _______, _______,                   _______,                                     _______, _______, _______, _______,    _______, _______, _______
    ),

    [3] = LAYOUT_tkl_iso(
        _______,          _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,                      _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,             _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,             _______,
        _______, _______, _______,                   _______,                                     _______, _______, _______, _______,    _______, _______, _______
    )


M keyboards/kprepublic/bm80v2_iso/keymaps/via/keymap.c => keyboards/kprepublic/bm80v2_iso/keymaps/via/keymap.c +12 -12
@@ 7,36 7,36 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
    [0] = LAYOUT_tkl_iso(
        KC_ESC,           KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,     KC_PSCR, KC_SLCK, KC_PAUS,
        KC_GRV,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC,    KC_INS,  KC_HOME, KC_PGUP,
        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_ENT,     KC_DEL,  KC_END,  KC_PGDN,
        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,  KC_BSLS,        
        KC_LSFT, KC_SPC,  KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,             KC_UP,
        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC,             KC_DEL,  KC_END,  KC_PGDN,
        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,
        KC_LSFT, KC_NUBS, KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,             KC_UP,
        KC_LCTL, KC_LGUI, KC_LALT,                   KC_SPC,                                      KC_RALT, KC_RGUI, MO(1),   KC_RCTL,    KC_LEFT, KC_DOWN, KC_RGHT
    ),

    [1] = LAYOUT_tkl_iso(
        RESET,            _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, NK_TOGG, _______, _______, _______, _______, _______,                      _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,             _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, NK_TOGG, _______, _______, _______, _______,          _______,             _______,
        _______, _______, _______,                   _______,                                     _______, _______, _______, _______,    _______, _______, _______
    ),

    [2] = LAYOUT_tkl_iso(
        _______,          _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,                      _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,             _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,             _______,
        _______, _______, _______,                   _______,                                     _______, _______, _______, _______,    _______, _______, _______
    ),

    [3] = LAYOUT_tkl_iso(
        _______,          _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,                      _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,             _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,             _______,
        _______, _______, _______,                   _______,                                     _______, _______, _______, _______,    _______, _______, _______
    )


M keyboards/kprepublic/bm80v2_iso/readme.md => keyboards/kprepublic/bm80v2_iso/readme.md +7 -6
@@ 1,20 1,21 @@
# %bm80v2_iso%  
# bm80v2_iso

A 80% ISO hotswap inswitch RGB keyboard.

* Keyboard Maintainer: [%bdtc123%](https://github.com/bdtc123)
* Keyboard Maintainer: [edwardslau](https://github.com/edwardslau)
* Hardware Supported: BM80V2_ISO
* Hardware Availability: [KP Republic](https://kprepublic.com/products/bm80-iso-bm80rgb-80-rgb-hot-swappable-custom-mechanical-keyboard-pcb-programmed-rgb-switch-underglow-type-c-qmk-via?_pos=9&_sid=b43edd6ac&_ss=r)

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

    make kprepublic bm80v2_iso:default
    make kprepublic/bm80v2_iso:default

Flashing example for this keyboard:

    make kprepublic bm80v2_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).
    make kprepublic/bm80v2_iso:default:flash

## Bootloader

* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead

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).

M keyboards/kprepublic/bm80v2_iso/rules.mk => keyboards/kprepublic/bm80v2_iso/rules.mk +13 -10
@@ 7,16 7,19 @@ BOOTLOADER = atmel-dfu
# Build Options
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = yes        # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no          # Mouse keys
EXTRAKEY_ENABLE = yes          # Audio control and System control
CONSOLE_ENABLE = no            # Console for debug
COMMAND_ENABLE = no            # Commands for debug and configuration
NKRO_ENABLE = yes              # Enable N-Key Rollover
BACKLIGHT_ENABLE = no          # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no           # Enable keyboard RGB underglow
AUDIO_ENABLE = no              # Audio output
RGB_MATRIX_ENABLE = yes        # Use RGB matrix
BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no        # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = no         # Console for debug
COMMAND_ENABLE = no         # Commands for debug and configuration
NKRO_ENABLE = yes           # Enable N-Key Rollover
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output

RGB_MATRIX_ENABLE = yes         # Use RGB matrix
RGB_MATRIX_DRIVER = IS31FL3741

LTO_ENABLE = yes

LAYOUTS = tkl_iso