~ruther/qmk_firmware

8c76e1ec08390316127f9eeb076033a0e1ecf8b3 — James Young 4 years ago 3296c26
FLX Virgo: metadata clean-up (#14605)

* correct maintainer field in info.json

* remove KBFirmware Parser references
2 files changed, 1 insertions(+), 5 deletions(-)

M keyboards/flx/virgo/config.h
M keyboards/flx/virgo/info.json
M keyboards/flx/virgo/config.h => keyboards/flx/virgo/config.h +0 -3
@@ 70,6 70,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
    #define RGBLIGHT_EFFECT_RGB_TEST
    #define RGBLIGHT_EFFECT_ALTERNATING
#endif

// generated by KBFirmware JSON to QMK Parser
// https://noroadsleft.github.io/kbf_qmk_converter/

M keyboards/flx/virgo/info.json => keyboards/flx/virgo/info.json +1 -2
@@ 1,7 1,7 @@
{
    "keyboard_name": "FLX Virgo",
    "url": "",
    "maintainer": "qmk",
    "maintainer": "mechmerlin",
    "layouts": {
        "LAYOUT": {
            "layout": [


@@ 99,5 99,4 @@
            ]
        }
    }
    ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}