Skip to content

Commit

Permalink
Update for Zephyr 3.5
Browse files Browse the repository at this point in the history
caksoylar committed Feb 9, 2024
1 parent 4e3d928 commit 694f431
Showing 4 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions boards/shields/ffkb/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -14,17 +14,14 @@ config I2C
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
config LV_DPI_DEF
default 148

config LV_Z_BITS_PER_PIXEL
1 change: 1 addition & 0 deletions boards/shields/ffkb/ffkb.overlay
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@
page-offset = <0>;
display-offset = <0>;
multiplex-ratio = <63>;
inversion-on;
prechargep = <0x22>;
};
};
4 changes: 0 additions & 4 deletions config/corneish_zen.conf
Original file line number Diff line number Diff line change
@@ -17,7 +17,3 @@ CONFIG_ZEN_STATUS_SCREEN_8BIT_HALF=y
# Sleep timeout to 30 min
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000

# Mouse keys, higher tick duration prevents freezes
CONFIG_ZMK_MOUSE=y
CONFIG_ZMK_MOUSE_TICK_DURATION=16
3 changes: 0 additions & 3 deletions config/rommana.conf
Original file line number Diff line number Diff line change
@@ -15,6 +15,3 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
CONFIG_RGBLED_WIDGET_INTERVAL_MS=250
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_HIGH=50
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_CRITICAL=10

# Mouse keys
CONFIG_ZMK_MOUSE=y

0 comments on commit 694f431

Please sign in to comment.