Skip to content

Commit

Permalink
Clean up config
Browse files Browse the repository at this point in the history
  • Loading branch information
SofusA committed Feb 14, 2025
1 parent 0cb2838 commit f73eae9
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions config/boards/shields/sweeple/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,4 @@ if SHIELD_SWEEPLE_LEFT || SHIELD_SWEEPLE_RIGHT || SHIELD_SWEEPLE_DONGLE
config ZMK_SPLIT
default y

if ZMK_DISPLAY

config ZMK_DISPLAY
select LV_USE_CONT
select LV_FONT_MONTSERRAT_26
select LV_FONT_MONTSERRAT_16
select LV_USE_LABEL
select LV_USE_IMG

config I2C
default y

config SSD1306
default y

config SSD1306_REVERSE_MODE
bool
default n

endif # ZMK_DISPLAY

if LVGL

config LV_Z_VDB_SIZE
default 64

config LV_DPI_DEF
int
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 f73eae9

Please sign in to comment.