1
0
Fork 0

FLX Virgo: metadata clean-up (#14605)

* correct maintainer field in info.json

* remove KBFirmware Parser references
This commit is contained in:
James Young 2021-09-26 04:53:57 +00:00 committed by GitHub
parent 3296c26c98
commit 8c76e1ec08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -70,6 +70,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_RGB_TEST #define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_ALTERNATING
#endif #endif
// generated by KBFirmware JSON to QMK Parser
// https://noroadsleft.github.io/kbf_qmk_converter/

View file

@ -1,7 +1,7 @@
{ {
"keyboard_name": "FLX Virgo", "keyboard_name": "FLX Virgo",
"url": "", "url": "",
"maintainer": "qmk", "maintainer": "mechmerlin",
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [
@ -99,5 +99,4 @@
] ]
} }
} }
,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
} }