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 branch 'master' of https://github.com/qmk/qmk_firmware
- Loading branch information
Showing
35,324 changed files
with
1,171,761 additions
and
1,001,613 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,4 @@ | ||
CompileFlags: | ||
Add: [-Wno-unknown-attributes, -Wno-maybe-uninitialized, -Wno-unknown-warning-option] | ||
Remove: [-W*, -mcall-prologues] | ||
Compiler: clang |
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,41 @@ | ||
name: Bug report | ||
description: Create a report to help us improve QMK Firmware. | ||
title: "[Bug] " | ||
labels: ["bug", "help wanted"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Provide a general summary of the bug in the title above. | ||
- type: textarea | ||
attributes: | ||
label: Describe the Bug | ||
description: A clear and concise description of what the bug is. | ||
- type: input | ||
attributes: | ||
label: Keyboard Used | ||
description: The name of the keyboard from the `make` or `qmk compile`/`qmk flash` commands, eg. `planck/rev6`. | ||
- type: input | ||
attributes: | ||
label: Link to product page (if applicable) | ||
- type: input | ||
attributes: | ||
label: Operating System | ||
- type: textarea | ||
attributes: | ||
label: qmk doctor Output | ||
description: Output from running the `qmk doctor` command. | ||
render: text | ||
- type: checkboxes | ||
attributes: | ||
label: Is AutoHotKey / Karabiner installed | ||
options: | ||
- label: AutoHotKey (Windows) | ||
- label: Karabiner (macOS) | ||
- type: input | ||
attributes: | ||
label: Other keyboard-related software installed | ||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Add any other relevant information about the problem here. |
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,24 @@ | ||
name: Feature request | ||
description: Suggest a new feature or changes to existing features. | ||
title: "[Feature Request] " | ||
labels: ["enhancement", "help wanted"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Provide a general summary of the changes you want in the title above. | ||
Please refrain from asking maintainers to add support for specific keyboards -- it is unlikely they will have hardware available, and will not be able to help. | ||
Your best bet is to take the initiative, add support, then submit a PR yourself. | ||
- type: checkboxes | ||
attributes: | ||
label: Feature Request Type | ||
options: | ||
- label: Core functionality | ||
- label: Add-on hardware support (eg. audio, RGB, OLED screen, etc.) | ||
- label: Alteration (enhancement/optimization) of existing feature(s) | ||
- label: New behavior | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A few sentences describing what it is that you'd like to see in QMK. Additional information (such as links to spec sheets, licensing info, other related issues or PRs, etc) would be helpful. |
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,19 @@ | ||
name: Other issues | ||
description: Anything else that doesn't fall into the above categories. | ||
labels: ["help wanted", "question"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Provide a general summary of the changes you want in the title above. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please check [https://docs.qmk.fm/#/support](https://docs.qmk.fm/#/support) for additional resources first. If that doesn't answer your question, choose the bug report template instead, as that may be more appropriate. | ||
Please refrain from asking maintainers to add support for specific keyboards -- it is unlikely they will have hardware available, and will not be able to help. | ||
Your best bet is to take the initiative, add support, then submit a PR yourself. | ||
- type: textarea | ||
attributes: | ||
label: Issue Description | ||
description: Describe your issue in as much detail as possible. |
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,9 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
labels: CI | ||
reviewers: | ||
- "qmk/collaborators" | ||
schedule: | ||
interval: "daily" |
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
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 |
---|---|---|
@@ -1,38 +1,50 @@ | ||
name: Update API Data | ||
|
||
permissions: | ||
contents: read | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- develop | ||
paths: | ||
- 'keyboards/**' | ||
- 'layouts/community/**' | ||
- 'lib/python/**' | ||
- 'data/**' | ||
- '.github/workflows/api.yml' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
api_data: | ||
runs-on: ubuntu-latest | ||
container: qmkfm/qmk_cli | ||
container: ghcr.io/qmk/qmk_cli | ||
|
||
# protect against those who develop with their fork on master | ||
# protect against those who work in their fork on 'important' branches | ||
if: github.repository == 'qmk/qmk_firmware' | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 1 | ||
persist-credentials: false | ||
|
||
- name: Install dependencies | ||
run: | | ||
pip3 install -r requirements-dev.txt | ||
- name: Generate API Data | ||
run: qmk generate-api | ||
run: | | ||
qmk generate-api | ||
- name: Upload API Data | ||
uses: jakejarvis/s3-sync-action@master | ||
with: | ||
args: --acl public-read --follow-symlinks --delete | ||
env: | ||
AWS_S3_BUCKET: ${{ secrets.API_SPACE_MASTER }} | ||
AWS_S3_BUCKET: ${{ github.ref == 'refs/heads/develop' && secrets['API_SPACE_DEVELOP'] || secrets['API_SPACE_MASTER'] }} | ||
AWS_ACCESS_KEY_ID: ${{ secrets.SPACES_ACCESS_KEY }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.SPACES_SECRET_KEY }} | ||
AWS_S3_ENDPOINT: https://nyc3.digitaloceanspaces.com | ||
SOURCE_DIR: 'api_data' | ||
SOURCE_DIR: '.build/api_data' |
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,20 @@ | ||
name: Automatic Approve | ||
|
||
permissions: {} | ||
|
||
on: | ||
schedule: | ||
- cron: "*/5 * * * *" | ||
|
||
jobs: | ||
automatic_approve: | ||
runs-on: ubuntu-latest | ||
|
||
if: github.repository == 'qmk/qmk_firmware' | ||
|
||
steps: | ||
- uses: mheap/automatic-approve-action@v1 | ||
with: | ||
token: ${{ secrets.QMK_BOT_TOKEN }} | ||
workflows: "format.yml,lint.yml,unit_test.yml" | ||
dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.