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.
* master: (5478 commits) [Keyboard] Add Brutal v2 1800 PCB to QMK (qmk#18891) [Keyboard] Refactor chinese PCB folder (qmk#18923) [Keyboard] Add ISO Encoder variant of Keychron Q1v1 (qmk#18829) [Keymap] Add model01 and doio/kb16 keymaps (qmk#18681) [Keymap] KO Kyria (qmk#18413) [Keyboard] Add Work Louder Numpad (qmk#18912) [Keyboard] Add hotdox76v2 support (qmk#18680) Refactor to avoid deprecated wmic execution (qmk#18122) Phoebe: Add key to print screen (qmk#18856) Star75 Refactor (qmk#18885) [Keyboard] Add Hubble keyboard (qmk#18718) Remove duplicate key in novelkeys/nk65b (qmk#18907) [Keyboard] Update Kay65 LED state (qmk#18895) Add indicator LEDs to hoodrow G PCB (qmk#18888) [Keymap] toshi0383 keymaps update (qmk#18760) [Keyboard] Add Encoder map support for rart (qmk#18851) [Keyboard] Add Sinc Rev 1&2 Encoder Map Support (qmk#18861) Docs: fix a typo (qmk#18896) MelGeek MJ6XY Refactor (qmk#18862) [Keyboard] Minor Aurora Sweep fixes (qmk#18879) ...
- Loading branch information
Showing
33,444 changed files
with
1,274,201 additions
and
524,311 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
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,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
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.
Oops, something went wrong.