Browse Source

FLX Virgo: metadata clean-up (#14605)

* correct maintainer field in info.json

* remove KBFirmware Parser references
pull/14611/head
James Young 2 years ago
committed by GitHub
parent
commit
8c76e1ec08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions
  1. +0
    -3
      keyboards/flx/virgo/config.h
  2. +1
    -2
      keyboards/flx/virgo/info.json

+ 0
- 3
keyboards/flx/virgo/config.h 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/

+ 1
- 2
keyboards/flx/virgo/info.json 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/"
} }

Loading…
Cancel
Save