diff --git a/app/boards/shields/pteron36/Kconfig.defconfig b/app/boards/shields/pteron36/Kconfig.defconfig index 9be3bdbf..142f2e26 100644 --- a/app/boards/shields/pteron36/Kconfig.defconfig +++ b/app/boards/shields/pteron36/Kconfig.defconfig @@ -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 \ No newline at end of file diff --git a/app/boards/shields/pteron36/pteron36.zmk.yml b/app/boards/shields/pteron36/pteron36.zmk.yml new file mode 100644 index 00000000..a24af0f9 --- /dev/null +++ b/app/boards/shields/pteron36/pteron36.zmk.yml @@ -0,0 +1,10 @@ +file_format: "1" +id: pteron36 +name: pteron36 +type: shield +requires: [pro_micro] +features: + - keys +siblings: + - pteron36_left + - pteron36_right \ No newline at end of file diff --git a/app/boards/shields/pteron36/pteron36_left.conf b/app/boards/shields/pteron36/pteron36_left.conf deleted file mode 100644 index e69de29b..00000000 diff --git a/app/boards/shields/pteron36/pteron36_right.conf b/app/boards/shields/pteron36/pteron36_right.conf deleted file mode 100644 index e69de29b..00000000