Skip to content

Commit

Permalink
fix: remove some unused features from Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
raeedcho committed Apr 22, 2024
1 parent be12872 commit 95bdecb
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions boards/shields/temper/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if SHIELD_TEMPER_LEFT

config ZMK_KEYBOARD_NAME
default "Temper"
default "temper"

config ZMK_SPLIT_ROLE_CENTRAL
default y
Expand All @@ -13,34 +13,4 @@ if SHIELD_TEMPER_LEFT || SHIELD_TEMPER_RIGHT
config ZMK_SPLIT
default y

if ZMK_DISPLAY

config I2C
default y

config SSD1306
default y

config SSD1306_REVERSE_MODE
default y

endif # ZMK_DISPLAY

if LVGL

config LV_Z_VDB_SIZE
default 64

config LV_Z_DPI
default 148

config LV_Z_BITS_PER_PIXEL
default 1

choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_1
endchoice

endif # LVGL

endif

0 comments on commit 95bdecb

Please sign in to comment.