zmk/app
Peter Johanson a080b5287f refactor: Remove static CDC ACM logging nodes.
* To avoid spurious CDC ACM instances when usint CDC ACM for something
  other than logging, move to the approach used by Zephyr of using a
  snippet to redirect console output to a CDC ACM node added by the
  snippet. Remove all the existing static CDC ACM nodes.
* Add new `zmk-usb-logging` snippet that mirrors the upstream
  `cdc-acm-logging` snippet, but still does our extra USB logging
  configuration.
* Updated logging docs accordingly.

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2024-06-20 12:06:13 -06:00
..
boards refactor: Remove static CDC ACM logging nodes. 2024-06-20 12:06:13 -06:00
dts chore: fix typos in various places 2024-05-13 16:47:33 -04:00
include chore: fix typos in various places 2024-05-13 16:47:33 -04:00
keymap-module fix(build): Properly board revision keymaps. 2024-03-08 10:58:10 -08:00
module fix(kscan): Enable charlieplex interrupts for single compatible device 2024-03-30 19:13:39 -07:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src fix(soft_off): central waits 100ms in split if hold_time enabled 2024-05-13 17:43:35 -04:00
tests chore: fix typos in various places 2024-05-13 16:47:33 -04:00
.gitignore
.prettierrc.js
CMakeLists.txt fix(pm): Use Zephyr created device slots. 2024-03-27 20:59:26 -07:00
Kconfig chore: fix typos in various places 2024-05-13 16:47:33 -04:00
Kconfig.behaviors refactor: Add kscan sideband behavior driver 2024-03-27 20:59:26 -07:00
core-coverage.yml
package-lock.json
package.json
prj.conf
run-ble-test.sh
run-test.sh
west.yml