updated vulpes majora fp_build.json to produce less redundant firmware builds in github actions

This commit is contained in:
Sadek Baroudi 2024-05-22 23:26:22 -07:00
parent 5f3ffedf1d
commit 0a1f37e6c2
1 changed files with 8 additions and 14 deletions

View File

@ -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",