Skip to content

Commit

Permalink
Add new config with 2nd build step for keyboard on work
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisnik committed Nov 1, 2023
1 parent ce85846 commit 0c3a504
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ on: [pull_request, workflow_dispatch]

jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
- uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
with:
archive_name: firmware_home
- uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
with:
config_path: config_work
archive_name: firmware_work
13 changes: 13 additions & 0 deletions config_work/corne.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
CONFIG_ZMK_KEYBOARD_NAME="vladisnik_yndx_corne"

CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y

CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000

CONFIG_BT_MAX_PAIRED=4
CONFIG_BT_MAX_CONN=4

CONFIG_ZMK_USB=y
CONFIG_ZMK_BLE=y
1 change: 1 addition & 0 deletions config_work/corne.keymap
1 change: 1 addition & 0 deletions config_work/west.yml

0 comments on commit 0c3a504

Please sign in to comment.