Corne Minidox Build 1 #1
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: "Corne Minidox Build 1" | |
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"]' | |
alphas: '["QWERTY"]' | |
custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]' | |
kconfig: '["CONFIG_ZMK_MOUSE=y\nCONFIG_ZMK_DISPLAY=y\nCONFIG_ZMK_SLEEP=y"]' | |
branches: '["petejohanson/zmk/feat/pointers-move-scroll"]' |