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 'qmk:master' into master
- Loading branch information
Showing
3,299 changed files
with
135,238 additions
and
171,862 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*, -mmcu=*, -mcpu=*, -mfpu=*, -mfloat-abi=*, -mno-unaligned-access, -mno-thumb-interwork, -mcall-prologues] | ||
Compiler: clang |
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 |
---|---|---|
@@ -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
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 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,5 +1,7 @@ | ||
name: Automatic Approve | ||
|
||
permissions: {} | ||
|
||
on: | ||
schedule: | ||
- cron: "*/5 * * * *" | ||
|
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
Oops, something went wrong.