Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adds nice!view functionality to repository #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
---
include:
- board: nice_nano_v2
shield: temper_left
shield: temper_left nice_view_adapter nice_view
- board: nice_nano_v2
shield: temper_right
shield: temper_right nice_view_adapter nice_view
30 changes: 0 additions & 30 deletions config/boards/shields/temper/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,4 @@ if SHIELD_TEMPER_LEFT || SHIELD_TEMPER_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 LV_Z_VDB_SIZE
default 64

config LV_Z_DPI
default 148

config LV_Z_BITS_PER_PIXEL
default 1

choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_1
endchoice

endif # LVGL

endif
4 changes: 2 additions & 2 deletions config/boards/shields/temper/temper.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Uncomment the following line to enable deep sleep
CONFIG_ZMK_SLEEP=y
# Uncomment the following line to enable the Temper OLED Display
CONFIG_ZMK_DISPLAY=y
1 change: 0 additions & 1 deletion config/boards/shields/temper/temper.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

/ {
chosen {
zephyr,display = &oled;
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
};
Expand Down