From 8aaa9ac5366e510b57b7cf8336b1a72e3078001c Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Wed, 22 May 2024 03:58:31 -0700 Subject: [PATCH] vulpes majora vik display support --- keyboards/fingerpunch/vulpes_majora/rules.mk | 3 +-- keyboards/fingerpunch/vulpes_majora/v1/fp_build.json | 9 +++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/keyboards/fingerpunch/vulpes_majora/rules.mk b/keyboards/fingerpunch/vulpes_majora/rules.mk index 40472e5877..291cf521f1 100644 --- a/keyboards/fingerpunch/vulpes_majora/rules.mk +++ b/keyboards/fingerpunch/vulpes_majora/rules.mk @@ -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 diff --git a/keyboards/fingerpunch/vulpes_majora/v1/fp_build.json b/keyboards/fingerpunch/vulpes_majora/v1/fp_build.json index d25e4fef35..0f3ae5ccdc 100644 --- a/keyboards/fingerpunch/vulpes_majora/v1/fp_build.json +++ b/keyboards/fingerpunch/vulpes_majora/v1/fp_build.json @@ -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" ],