Build corne nice_nano_v2 nice_view #98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2022 Manna Harbour | |
# https://github.com/manna-harbour/miryoku | |
name: 'Build corne nice_nano_v2 nice_view' | |
on: workflow_dispatch | |
jobs: | |
build: | |
uses: ./.github/workflows/main.yml | |
secrets: inherit | |
with: | |
board: '["nice_nano_v2"]' | |
shield: '["corne_left nice_view_adapter nice_view","corne_right nice_view_adapter nice_view"]' | |
custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]' | |
kconfig: '["CONFIG_ZMK_MOUSE=y\nCONFIG_BT_CTLR_TX_PWR_PLUS_8=y"]' | |
branches: '["msundin/zmk_petejohanson/feat/mouse-and-numword"]' |