cleanup
This commit is contained in:
parent
7085eb875c
commit
e4ad7abeba
4 changed files with 10 additions and 36 deletions
|
@ -20,40 +20,4 @@ if SHIELD_PTERON36_LEFT || SHIELD_PTERON36_RIGHT
|
||||||
config ZMK_SPLIT
|
config ZMK_SPLIT
|
||||||
default y
|
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
|
endif
|
10
app/boards/shields/pteron36/pteron36.zmk.yml
Normal file
10
app/boards/shields/pteron36/pteron36.zmk.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
file_format: "1"
|
||||||
|
id: pteron36
|
||||||
|
name: pteron36
|
||||||
|
type: shield
|
||||||
|
requires: [pro_micro]
|
||||||
|
features:
|
||||||
|
- keys
|
||||||
|
siblings:
|
||||||
|
- pteron36_left
|
||||||
|
- pteron36_right
|
Loading…
Add table
Reference in a new issue