Skip to content

Commit

Permalink
Turn on logging
Browse files Browse the repository at this point in the history
Turn on logging to debug needing a reset after power-on
  • Loading branch information
Nikkoloo committed Jun 6, 2024
1 parent e059b17 commit d86220e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions config/boards/shields/cradio/cradio.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
, <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
;
output-gpios
= <&pro_micro 1 (GPIO_OUTPUT_LOW)>
;
};

};
5 changes: 4 additions & 1 deletion config/cradio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
CONFIG_ZMK_SLEEP=y

CONFIG_ZMK_EXT_POWER=n
CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_ZMK_RGB_UNDERGLOW=n

CONFIGZ_ZMK_USB_LOGGING=y
CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000

0 comments on commit d86220e

Please sign in to comment.