Skip to content

Commit

Permalink
add logging and point to base zmk
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Dec 20, 2024
1 parent d5e1e9b commit 1693dee
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 26 deletions.
48 changes: 26 additions & 22 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
---
include:
- board: pillbug
shield: wyld_dm_right nice_view
shield: wyld_dm_right
snippet: zmk-usb-logging
- board: nice_nano_v2
shield: wyld_dm_left nice_view
shield: wyld_dm_left
snippet: zmk-usb-logging
- board: pillbug
shield: settings_reset
- board: nice_nano_v2
Expand Down
4 changes: 2 additions & 2 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/petejohanson
url-base: https://github.com/zmkfirmware
- name: inorichi
url-base: https://github.com/inorichi
projects:
- name: zmk
remote: zmkfirmware
revision: feat/pointers-move-scroll
# revision: feat/pointers-move-scroll
import: app/west.yml
- name: zmk-pmw3610-driver
remote: inorichi
Expand Down
2 changes: 2 additions & 0 deletions config/wyld_dm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=0

CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=3000

# CONFIG_SSD1306_REVERSE_MODE=y

# CONFIG_ZMK_RGB_UNDERGLOW=y
Expand Down

0 comments on commit 1693dee

Please sign in to comment.