qmk_firmare/keyboards/fingerpunch/vulpes_majora/v1/fp_build.json

42 lines
1.1 KiB
JSON

[
{
"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" : [
"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"
},
{
"type" : "one-of",
"names" : [ "RGBLIGHT_ENABLE", "RGB_MATRIX_ENABLE" ],
"user_input": "No RGB, RGB light, RGB matrix?"
},
{
"type" : "single",
"name" : "ENCODER_ENABLE",
"user_input": "Do you have a scroll wheel?"
},
{
"type" : "single",
"name" : "AUDIO_ENABLE",
"user_input": "Do you have an audio buzzer?"
},
{
"type" : "single",
"name" : "HAPTIC_ENABLE",
"user_input": "Do you have haptic feedback?"
}
]