updated vulpes majora fp_build.json to produce less redundant firmware builds in github actions
This commit is contained in:
parent
5f3ffedf1d
commit
0a1f37e6c2
|
|
@ -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",
|
||||
"names" : [
|
||||
"CIRQUE_ENABLE",
|
||||
"VIK_AZOTEQ",
|
||||
"FP_TRACKBALL_ENABLE",
|
||||
"VIK_WEACT_ST7735",
|
||||
"VIK_VIK_GC9A01",
|
||||
"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",
|
||||
"names" : [ "RGBLIGHT_ENABLE", "RGB_MATRIX_ENABLE" ],
|
||||
"user_input": "No RGB, RGB light, RGB matrix?"
|
||||
"type" : "single",
|
||||
"name" : "RGBLIGHT_ENABLE",
|
||||
"user_input": "Do you have per key RGB?"
|
||||
},
|
||||
{
|
||||
"type" : "single",
|
||||
|
|
|
|||
Loading…
Reference in New Issue