Skip to content

Commit 3cd2e8a

Browse files
committed
try update zmk build
1 parent a13ba29 commit 3cd2e8a

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
name: Build ZMK firmware
12
on: [push, pull_request, workflow_dispatch]
23

34
jobs:
45
build:
5-
uses: LOWPROKB/zmk/.github/workflows/build-user-config.yml@corne-ish-zen-v2
6+
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

build.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
include:
22
- board: corneish_zen_v2_left
3+
# snippet: zmk-usb-logging # uncomment to enable logging
34
- board: corneish_zen_v2_right
5+
- board: corneish_zen_v2_left
6+
snippet: studio-rpc-usb-uart
7+
cmake-args: -DCONFIG_ZMK_STUDIO=y
8+
artifact-name: corneish_zen_v2_left_with_studio
9+
# - board: corneish_zen_v1_left
10+
# - board: corneish_zen_v1_right

config/corneish_zen.conf

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# go to sleep after one hour (1*60*60*1000ms)
22
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
33

4-
# Turn on logging, and set ZMK logging to debug output
5-
# CONFIG_ZMK_USB_LOGGING=y
6-
74
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

config/corneish_zen.keymap

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
/ {
66
chosen {
7-
zmk,matrix_transform = &default_transform;
8-
//zmk,matrix_transform = &five_column_transform;
7+
zmk,physical-layout = &foostan_corne_6col_layout;
8+
//zmk,physical-layout = &foostan_corne_5col_layout;
99
};
1010
};
1111

0 commit comments

Comments
 (0)