diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-26 04:53:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-25 21:53:57 -0700 |
| commit | 8c76e1ec08390316127f9eeb076033a0e1ecf8b3 (patch) | |
| tree | 9a96cfb0f431ac1cc27d21bcfff7ab9b08a0ec7c | |
| parent | 3296c26c9829ec261261a273130197235b05b05e (diff) | |
| download | qmk_firmware-8c76e1ec08390316127f9eeb076033a0e1ecf8b3.tar.gz qmk_firmware-8c76e1ec08390316127f9eeb076033a0e1ecf8b3.zip | |
FLX Virgo: metadata clean-up (#14605)
* correct maintainer field in info.json
* remove KBFirmware Parser references
| -rw-r--r-- | keyboards/flx/virgo/config.h | 3 | ||||
| -rw-r--r-- | keyboards/flx/virgo/info.json | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/flx/virgo/config.h b/keyboards/flx/virgo/config.h index cd1a8d7b0..8ceb1e4ed 100644 --- a/keyboards/flx/virgo/config.h +++ b/keyboards/flx/virgo/config.h | |||
| @@ -70,6 +70,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | #define RGBLIGHT_EFFECT_RGB_TEST | 70 | #define RGBLIGHT_EFFECT_RGB_TEST |
| 71 | #define RGBLIGHT_EFFECT_ALTERNATING | 71 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 72 | #endif | 72 | #endif |
| 73 | |||
| 74 | // generated by KBFirmware JSON to QMK Parser | ||
| 75 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/flx/virgo/info.json b/keyboards/flx/virgo/info.json index 435854aa5..5184e4fb1 100644 --- a/keyboards/flx/virgo/info.json +++ b/keyboards/flx/virgo/info.json | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "FLX Virgo", | 2 | "keyboard_name": "FLX Virgo", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "mechmerlin", |
| 5 | "layouts": { | 5 | "layouts": { |
| 6 | "LAYOUT": { | 6 | "LAYOUT": { |
| 7 | "layout": [ | 7 | "layout": [ |
| @@ -99,5 +99,4 @@ | |||
| 99 | ] | 99 | ] |
| 100 | } | 100 | } |
| 101 | } | 101 | } |
| 102 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
| 103 | } | 102 | } |
