Skip to content

Commit

Permalink
Update for Zephyr 3.5 branch with mouse keys
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 27, 2024
1 parent 4e3d928 commit ca51abf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
uses: caksoylar/zmk/.github/workflows/build-user-config.yml@caksoylar/experimental-3.5
5 changes: 1 addition & 4 deletions boards/shields/ffkb/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions boards/shields/ffkb/ffkb.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
page-offset = <0>;
display-offset = <0>;
multiplex-ratio = <63>;
inversion-on;
prechargep = <0x22>;
};
};
6 changes: 3 additions & 3 deletions config/corneish_zen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_ZMK_BLE_PASSKEY_ENTRY=y

# Zen display tweaks
CONFIG_ZMK_DISPLAY_FULL_REFRESH_PERIOD=300
#CONFIG_ZMK_DISPLAY_FULL_REFRESH_PERIOD=300
# Stock status screen
#CONFIG_ZMK_DISPLAY_HIDE_MOMENTARY_LAYERS=y
#CONFIG_CUSTOM_WIDGET_LAYER_STATUS_HIDE_HEADING=y
#CONFIG_CUSTOM_WIDGET_LOGO_IMAGE_ZMK=y
# 8-bit status screen
CONFIG_ZEN_STATUS_SCREEN_8BIT=y
CONFIG_ZEN_STATUS_SCREEN_8BIT_HALF=y
#CONFIG_ZEN_STATUS_SCREEN_8BIT=y
#CONFIG_ZEN_STATUS_SCREEN_8BIT_HALF=y

# Sleep timeout to 30 min
CONFIG_ZMK_SLEEP=y
Expand Down
2 changes: 1 addition & 1 deletion config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ manifest:
projects:
- name: zmk
remote: caksoylar
revision: caksoylar/zen-8bit
revision: caksoylar/experimental-3.5
import: app/west.yml
- name: zmk-rgbled-widget
remote: caksoylar
Expand Down

0 comments on commit ca51abf

Please sign in to comment.