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 remote-tracking branch 'upstream/master'
* upstream/master: (445 commits) Update ps2avrgb template to use standard matrix/i2c code (qmk#4957) [Keyboard] Simplified handwired/xealous since most of the features are in core now. (qmk#5556) [Keyboard] Move scrabblepad into donutcables directory (qmk#5553) [Keymap] Additional RGB options set (qmk#5551) [Keyboard] Add Budget96 by Donut Cables (qmk#5550) [Keyboard] Added configurable defaults for RGB backlight parameters. (qmk#5549) Added Hacked Motospeed keyboard (qmk#5534) [Keymap] New HS60/v2 HHKB keymap for goatmaster (qmk#5545) [Keyboard] add treeadstone48 (qmk#5405) [Keyboard] Doro67 Multi PCB port (qmk#5539) [Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (qmk#5546) RGB Matrix support for Massdrop CTRL/ALT (qmk#5328) Added encoder support to split common code (qmk#5477) Eager Per Row Debouncing added (added to Ergodox) (qmk#5498) Added configurable defaults for RGB backlight indicators. [Keyboard] Small Refactor of Duck boards (qmk#5521) [Keyboard] Quantrik Kyuu 65% Board (qmk#5541) Call default zeal60 rgb file remove call to custom rgb file Removed duplicated zeal60 files ...
- Loading branch information
Showing
2,858 changed files
with
95,977 additions
and
27,276 deletions.
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,26 @@ | ||
--- | ||
BasedOnStyle: Google | ||
AlignAfterOpenBracket: Align | ||
AlignConsecutiveAssignments: 'true' | ||
AlignConsecutiveDeclarations: 'true' | ||
AlignOperands: 'true' | ||
AllowAllParametersOfDeclarationOnNextLine: 'false' | ||
AlwaysBreakAfterDefinitionReturnType: None | ||
AlwaysBreakAfterReturnType: None | ||
AlwaysBreakBeforeMultilineStrings: 'false' | ||
BinPackArguments: 'true' | ||
BinPackParameters: 'true' | ||
ColumnLimit: '1000' | ||
IndentCaseLabels: 'true' | ||
IndentPPDirectives: AfterHash | ||
IndentWidth: '2' | ||
MaxEmptyLinesToKeep: '1' | ||
PointerAlignment: Right | ||
SortIncludes: 'false' | ||
SpaceBeforeAssignmentOperators: 'true' | ||
SpaceBeforeParens: ControlStatements | ||
SpaceInEmptyParentheses: 'false' | ||
TabWidth: '2' | ||
UseTab: Never | ||
|
||
... |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,34 @@ | ||
<!--- Provide a general summary of your changes in the Title above --> | ||
<!--- Provide a general summary of your changes in the title above. --> | ||
|
||
<!--- This template is entirely option and can be removed, but is here to help both you and us. --> | ||
<!--- This text and anything on lines wrapped like this one will not show up in the final text. This text is to help us and you. --> | ||
<!--- This template is entirely optional and can be removed, but is here to help both you and us. --> | ||
<!--- Anything on lines wrapped in comments like these will not show up in the final text. --> | ||
|
||
## Description | ||
<!--- Describe your changes in detail --> | ||
|
||
## Types of changes | ||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> | ||
<!--- Describe your changes in detail here. --> | ||
|
||
## Types of Changes | ||
|
||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> | ||
- [ ] Core | ||
- [ ] Bugfix | ||
- [ ] New Feature | ||
- [ ] Enhancement/Optimization | ||
- [ ] New feature | ||
- [ ] Enhancement/optimization | ||
- [ ] Keyboard (addition or update) | ||
- [ ] Keymap/Layout/Userspace (addition or update) | ||
- [ ] Keymap/layout/userspace (addition or update) | ||
- [ ] Documentation | ||
|
||
|
||
## Issues Fixed or Closed by this PR | ||
## Issues Fixed or Closed by This PR | ||
|
||
* | ||
|
||
## Checklist: | ||
## Checklist | ||
|
||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
- [ ] My code follows the code style of this project. | ||
- [ ] My change requires a change to the documentation. | ||
- [ ] I have updated the documentation accordingly. | ||
- [ ] I have read the **CONTRIBUTING** document. (https://docs.qmk.fm/#/contributing) | ||
- [ ] I have read the [**CONTRIBUTING** document](https://docs.qmk.fm/#/contributing). | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] I have tested the changes and verified that they work and don't break anything (as well as I can manage). |
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,3 +1,4 @@ | ||
.history/ | ||
.dep | ||
*.o | ||
*.bin | ||
|
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.