Add MIRYOKU_KLUDGE_MOUSEKEYSPR docs and build example

This commit is contained in:
Manna Harbour
2022-04-05 17:13:44 +10:00
parent 4896aa8e55
commit 5a0a9e1b8f
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Build Example corne nice_nano mousekeyspr'
on:
workflow_dispatch:
jobs:
build:
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
with:
board: '["nice_nano"]'
shield: '["corne_left","corne_right"]'
config: '["#define MIRYOKU_KLUDEGE_MOUSEKEYSPR"]'
kconfig: '["CONFIG_ZMK_MOUSE=y"]'
merge: '["=krikun98/zmk/mouse-pr"]'