Merge branch 'mctechnology17:main' into main
This commit is contained in:
commit
f7929181ae
3 changed files with 19 additions and 3 deletions
16
.github/FUNDING.yml
vendored
Normal file
16
.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# These are supported funding model platforms
|
||||
# WebSite: https://www.youtube.com/c/mctechnology17
|
||||
github: mctechnology17 # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Open Collective username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom:
|
||||
- https://www.paypal.com/paypalme/mctechnology17
|
||||
- https://buymeacoffee.com/mctechnology17
|
||||
- https://revolut.me/mctechnology17
|
||||
# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -2,4 +2,4 @@ on: [push, pull_request, workflow_dispatch]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
|
||||
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3.0
|
||||
|
|
|
|||
|
|
@ -11,12 +11,12 @@ manifest:
|
|||
projects:
|
||||
- name: zmk
|
||||
remote: zmkfirmware
|
||||
revision: main
|
||||
revision: v0.3.0
|
||||
import: app/west.yml
|
||||
# dongle_display
|
||||
- name: zmk-dongle-display
|
||||
remote: englmaxi
|
||||
revision: main
|
||||
revision: v0.3
|
||||
# nice_oled - nice_epaper
|
||||
- name: zmk-nice-oled
|
||||
remote: mctechnology17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue