This commit is contained in:
Harshit Goel--HOME 2022-06-26 12:06:21 +05:30
parent 7085eb875c
commit e4ad7abeba
4 changed files with 10 additions and 36 deletions

View file

@ -20,40 +20,4 @@ if SHIELD_PTERON36_LEFT || SHIELD_PTERON36_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 LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES_MAX
default 32
config LVGL_VDB_SIZE
default 64
config LVGL_DPI
default 148
config LVGL_BITS_PER_PIXEL
default 1
choice LVGL_COLOR_DEPTH
default LVGL_COLOR_DEPTH_1
endchoice
endif # LVGL
endif

View file

@ -0,0 +1,10 @@
file_format: "1"
id: pteron36
name: pteron36
type: shield
requires: [pro_micro]
features:
- keys
siblings:
- pteron36_left
- pteron36_right