Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 7, 2024
1 parent 93a23d8 commit 1c04a31
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
20 changes: 15 additions & 5 deletions .idea/workspace.xml

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

5 changes: 5 additions & 0 deletions config/boards/shields/wyld_dm/wyld_dm.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
};
};

//&trackball {
// status = "okay";
// irq-gpios = <&gpio0 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
//};

//&led_strip {
// chain-length = <30>;
//};
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/wyld_dm/wyld_dm_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CONFIG_ZMK_MACRO_DEFAULT_WAIT_MS=0

CONFIG_ZMK_USB_LOGGING=y
CONFIG_LOG_MODE_IMMEDIATE=n
CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=2000
CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_KSCAN_LOG_LEVEL_INF=y
CONFIG_ZMK_BLE=y
Expand Down
9 changes: 8 additions & 1 deletion config/boards/shields/wyld_dm/wyld_dm_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
status = "okay";
};



//&blackpill_spi {
// status = "okay";
//
Expand Down Expand Up @@ -70,4 +72,9 @@
scroll-layers = <1>; // optional indexes of drag scroll layers
snipe-layers = <>; // optional indexes of snipe/precision layers
};
};
};

//&trackball {
// status = "okay";
// irq-gpios = <&gpio0 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
//};

0 comments on commit 1c04a31

Please sign in to comment.