Skip to content

Commit

Permalink
Merge remote-tracking branch 'miryoku_qmk/miryoku' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
fauh45 committed Dec 7, 2023
2 parents e490107 + df1690a commit 2f161ea
Show file tree
Hide file tree
Showing 43 changed files with 543 additions and 969 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [manna-harbour]
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/other_issues.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/zzz_blank.md

This file was deleted.

35 changes: 0 additions & 35 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/labeler.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/api.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/auto_approve.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/auto_tag.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/build-example-contra.yml
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"]'
11 changes: 11 additions & 0 deletions .github/workflows/build-example-crkbd.yml
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"]'
11 changes: 11 additions & 0 deletions .github/workflows/build-example-ergodox_ez.yml
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"]'
11 changes: 11 additions & 0 deletions .github/workflows/build-example-keebio_levinson.yml
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"]'
11 changes: 11 additions & 0 deletions .github/workflows/build-example-planck_rev6.yml
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"]'
12 changes: 12 additions & 0 deletions .github/workflows/build-example-xmk.yml
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"]'
Loading

0 comments on commit 2f161ea

Please sign in to comment.