forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'miryoku_qmk/miryoku' into HEAD
- Loading branch information
Showing
43 changed files
with
543 additions
and
969 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: [manna-harbour] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 2021 Manna Harbour | ||
# https://github.com/manna-harbour/miryoku | ||
|
||
name: 'Build Example contra' | ||
on: | ||
- workflow_dispatch | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/main.yml | ||
with: | ||
keyboard: '["contra"]' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 2021 Manna Harbour | ||
# https://github.com/manna-harbour/miryoku | ||
|
||
name: 'Build Example crkbd' | ||
on: | ||
- workflow_dispatch | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/main.yml | ||
with: | ||
keyboard: '["crkbd"]' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 2021 Manna Harbour | ||
# https://github.com/manna-harbour/miryoku | ||
|
||
name: 'Build Example ergodox_ez' | ||
on: | ||
- workflow_dispatch | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/main.yml | ||
with: | ||
keyboard: '["ergodox_ez"]' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 2021 Manna Harbour | ||
# https://github.com/manna-harbour/miryoku | ||
|
||
name: 'Build Example keebio/levinson' | ||
on: | ||
- workflow_dispatch | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/main.yml | ||
with: | ||
keyboard: '["keebio/levinson"]' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 2021 Manna Harbour | ||
# https://github.com/manna-harbour/miryoku | ||
|
||
name: 'Build Example planck/rev6' | ||
on: | ||
- workflow_dispatch | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/main.yml | ||
with: | ||
keyboard: '["planck/rev6"]' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Copyright 2022 Manna Harbour | ||
# https://github.com/manna-harbour/miryoku | ||
|
||
name: 'Build Example 𝑥MK' | ||
on: | ||
- workflow_dispatch | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/main.yml | ||
with: | ||
keyboard: '["converter/xmk"]' | ||
merge: '["manna-harbour/qmk_firmware/xmk"]' |
Oops, something went wrong.