mirror of
https://github.com/tcaxle/zmk-config.git
synced 2026-02-20 03:05:16 +00:00
trying to add usb logging still
Some checks failed
Build / build (push) Has been cancelled
Build / compile-matrix (push) Has been cancelled
Build / core-coverage (push) Has been cancelled
Build / board-changes (push) Has been cancelled
Build / nightly (push) Has been cancelled
Build / get-grouped-hardware (push) Has been cancelled
Build / get-changed-files (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Build / compile-matrix (push) Has been cancelled
Build / core-coverage (push) Has been cancelled
Build / board-changes (push) Has been cancelled
Build / nightly (push) Has been cancelled
Build / get-grouped-hardware (push) Has been cancelled
Build / get-changed-files (push) Has been cancelled
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -3,3 +3,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3
|
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3
|
||||||
|
|
||||||
|
---
|
||||||
|
include:
|
||||||
|
- board: nice_nano_v2
|
||||||
|
shield: sofle_left
|
||||||
|
snippet: zmk-usb-logging
|
||||||
|
|||||||
@@ -22,7 +22,3 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10
|
|||||||
|
|
||||||
# No sleeping
|
# No sleeping
|
||||||
CONFIG_ZMK_SLEEP=n
|
CONFIG_ZMK_SLEEP=n
|
||||||
|
|
||||||
CONFIG_ZMK_LOG=y
|
|
||||||
CONFIG_ZMK_USB_LOG=y
|
|
||||||
CONFIG_ZMK_LOG_KEY_EVENTS=y
|
|
||||||
|
|||||||
Reference in New Issue
Block a user