summaryrefslogtreecommitdiff
path: root/app/boards/shields/tidbit/Kconfig.defconfig
diff options
context:
space:
mode:
authorKemoNine <mcrosson@kemonine.info>2020-11-25 18:09:09 -0500
committerinnovaker <66737976+innovaker@users.noreply.github.com>2020-12-17 10:57:06 +0000
commit565a72bf957061b1a7197922c3f3f4a88c13e647 (patch)
tree1e9c3caab68df228340834db4d9c9ca2098b53b6 /app/boards/shields/tidbit/Kconfig.defconfig
parentb115f16f4ca73e655be2f64bc208b5f6f4b5c820 (diff)
feat(shields): add tidbit and tidbit_19key shields
Diffstat (limited to 'app/boards/shields/tidbit/Kconfig.defconfig')
-rw-r--r--app/boards/shields/tidbit/Kconfig.defconfig45
1 files changed, 45 insertions, 0 deletions
diff --git a/app/boards/shields/tidbit/Kconfig.defconfig b/app/boards/shields/tidbit/Kconfig.defconfig
new file mode 100644
index 0000000..30cf3c2
--- /dev/null
+++ b/app/boards/shields/tidbit/Kconfig.defconfig
@@ -0,0 +1,45 @@
+# Copyright (c) 2020 The ZMK Contributors
+# SPDX-License-Identifier: MIT
+
+if SHIELD_TIDBIT
+
+config ZMK_KEYBOARD_NAME
+ default "tidbit"
+
+endif
+
+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