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' into sjb/all-keyboard
* master: (147 commits) [Keyboard] Add waffling80 Rev B (qmk#18603) Enable mouse keys for momokai tap_trio (qmk#18614) [Keyboard] adafruit/macropad: Fix typo (qmk#18616) Product changes to 1up lineup (qmk#18382) width:2 → height:2 for spacetime thumb keys (qmk#18605) [Keyboard] Add encoder map support for GMMK Pro (qmk#18600) [Keyboard] Add waffling60 Rev D ANSI Hotswap (qmk#18579) [Keyboard] Add waffling60 Rev D Solder (qmk#18580) Added new issue template for "Other issues" (qmk#18578) docs: some typos (qmk#18582) RESET → QK_BOOT in nyhxis/nfr_70 (qmk#18607) Fixup builds for mechlovin/infinity87. (qmk#18604) fix: ps2_interrupt.c failed to compile (qmk#18597) Add C++ prerequisite for Fedora. (qmk#18602) [Keyboard] Add Nyhxis NFR-70 keyboard (qmk#17562) [Docs] Add a note about the print function. (qmk#17737) [Keyboard] Twig50 (qmk#18085) [Docs] Clarify how to use the bootloader LED for rp2040 (qmk#18585) Bump anothrNick/github-tag-action from 1.51.0 to 1.52.0 (qmk#18590) define `oled_write_ln_P` as `oled_write_ln` for non-AVR MCUs (qmk#18589) ...
- Loading branch information
Showing
910 changed files
with
30,643 additions
and
3,978 deletions.
There are no files selected for viewing
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,21 @@ | ||
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. | ||
- 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,16 @@ | ||
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. | ||
- 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
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
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
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
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.