updated vulpes majora fp_build.json to produce less redundant firmware builds in github actions
This commit is contained in:
parent
833146239e
commit
4afa86e4a6
|
|
@ -1,27 +1,21 @@
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"type" : "single",
|
|
||||||
"name" : "CIRQUE_ENABLE",
|
|
||||||
"user_input": "Do you have a cirque?"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type" : "single",
|
|
||||||
"name" : "FP_TRACKBALL_ENABLE",
|
|
||||||
"user_input": "Do you have a trackball?"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type" : "one-of",
|
"type" : "one-of",
|
||||||
"names" : [
|
"names" : [
|
||||||
|
"CIRQUE_ENABLE",
|
||||||
|
"VIK_AZOTEQ",
|
||||||
|
"FP_TRACKBALL_ENABLE",
|
||||||
"VIK_WEACT_ST7735",
|
"VIK_WEACT_ST7735",
|
||||||
"VIK_VIK_GC9A01",
|
"VIK_VIK_GC9A01",
|
||||||
"VIK_WAVESHARE_22224"
|
"VIK_WAVESHARE_22224"
|
||||||
],
|
],
|
||||||
"user_input": "Are you using any of the VIK modules? NONE, VIK_WEACT_ST7735, VIK_VIK_GC9A01, VIK_WAVESHARE_22224"
|
"name" : "CIRQUE_ENABLE",
|
||||||
|
"user_input": "Which of the following VIK features do you have? NONE, Cirque, Azoteq, Trackball, WeAct ST7735, GC9A01, Waveshare 22224"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type" : "one-of",
|
"type" : "single",
|
||||||
"names" : [ "RGBLIGHT_ENABLE", "RGB_MATRIX_ENABLE" ],
|
"name" : "RGBLIGHT_ENABLE",
|
||||||
"user_input": "No RGB, RGB light, RGB matrix?"
|
"user_input": "Do you have per key RGB?"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type" : "single",
|
"type" : "single",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue