vulpes majora vik display support
This commit is contained in:
parent
4794ae667b
commit
8aaa9ac536
|
|
@ -36,8 +36,7 @@ AUDIO_ENABLE = no # Audio output on port C6
|
|||
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
||||
ENCODER_ENABLE = no
|
||||
OLED_ENABLE = no # this can be yes or no depending on if you have an OLED
|
||||
# EXTRAFLAGS += -flto # macros disabled, as a lot of barobord features require more space, can move this line into all the individual rules.mk, only where needed
|
||||
# for instance, if you build "no_features", it's very unlikely you'll need to disable macros
|
||||
EXTRAFLAGS += -flto # needed for LVGL, can disable if you want, if not using display
|
||||
|
||||
VIK_ENABLE = yes
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,15 @@
|
|||
"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" ],
|
||||
|
|
|
|||
Loading…
Reference in New Issue