Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Docs] Fix typo in dip switch example (#13688) | Dasky | 2021-07-24 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-24 | 12 | -0/+590 |
|\ | |||||
| * | [Keyboard] Add Keychron Q1 (#13397) | lokher | 2021-07-24 | 12 | -0/+590 |
| | | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-24 | 3 | -0/+185 |
|\| | |||||
| * | [Keymap] add kinesis/keymaps/jwon (#13618) | James Won | 2021-07-24 | 3 | -0/+185 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-24 | 14 | -0/+320 |
|\| | |||||
| * | [Keyboard] Dharma (#13663) | Xelus22 | 2021-07-24 | 12 | -0/+278 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | feature: Add swap hands support for sofle keyboard. (#13654) | Shane Celis | 2021-07-24 | 2 | -0/+42 |
| | | |||||
* | | Fix up xd002 rgb keymaps (#13685) | Joel Challis | 2021-07-24 | 4 | -13/+13 |
| | | |||||
* | | Avoid LTO conficts on arm_atsam (#13676) | Joel Challis | 2021-07-24 | 6 | -6/+6 |
| | | |||||
* | | [Keyboard] Reduce compile size for dz60rgb v2.1 (#13680) | Drashna Jaelre | 2021-07-24 | 2 | -4/+4 |
| | | |||||
* | | [Keyboard] Fix type on pandora via keymap (#13681) | Drashna Jaelre | 2021-07-24 | 1 | -1/+1 |
| | | |||||
* | | Remove deprecated callbacks for encoders and dip switches (#13404) | Drashna Jaelre | 2021-07-24 | 59 | -463/+343 |
| | | |||||
* | | [Keyboard] Quick hack to fix Astro65 board (#13665) | Drashna Jaelre | 2021-07-23 | 1 | -4/+6 |
| | | | | | | | | | | * [Keyboard] Quick hack to fix Astro65 board * Use proper pins | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-24 | 9 | -0/+325 |
|\| | |||||
| * | [Keyboard] Added Compound keyboard support (#12942) | Rafael Yumagulov | 2021-07-23 | 9 | -0/+325 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] Added Compound keyboard support * Small fixes for Compound keyboard * Fixed readme and header file for Compound keyboard * Update keyboards/compound/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Changed info.json and readme.md for Compound Keyboard info.json - removed key_count readme.md - changed PCB picture url to low-resolution Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Disables rgblight twinkle by default. (#13677) | Nick Brassel | 2021-07-24 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | This takes up about 700 bytes of space, and needs to be swapped to opt-in, rather than opt-out. Build failures in general on AVR due to the scarcity of available flash. People can re-enable it by adding to their keymap's config.h files: ``` #define RGBLIGHT_EFFECT_TWINKLE ``` | ||||
* | | [Keyboard] Fix split matrix for sekigon grs 70ec (#13672) | Drashna Jaelre | 2021-07-23 | 1 | -5/+17 |
| | | |||||
* | | [Keyboard] Fix matrix delay on Drop boards (#13671) | Drashna Jaelre | 2021-07-23 | 2 | -2/+2 |
| | | |||||
* | | [Keyboard] Disable console by default on all Keebio boards (#13649) | Drashna Jaelre | 2021-07-23 | 7 | -9/+9 |
| | | |||||
* | | CLI/Docs: Fix the format commands' name (#13668) | Erovia | 2021-07-23 | 9 | -39/+50 |
| | | | | | | | | | | | | | | PR #13296 changed the name of the `cformat` and `pyformat` commands to `format-c` and `format-py` respectively. This PR updates the documentation and some parts of the CLI to use the new names. Also add documentation for the new `format-text` subcommand, introduced in the same PR. | ||||
* | | [Keyboard] Enable LTO by default on BastardKB Scylla (#13664) | Drashna Jaelre | 2021-07-23 | 1 | -0/+1 |
| | | |||||
* | | [Keyboard] Fix symmetric70_proto build break on develop branch (#13667) | Takeshi ISHII | 2021-07-23 | 1 | -2/+4 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | [Keyboard] Remove broken, unmaintained converter/ibm_5291 (#13658) | Nick Brassel | 2021-07-23 | 11 | -929/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-23 | 9 | -0/+426 |
|\| | |||||
| * | [Keyboard] Add model-v keyboard (#13643) | Matthew Dias | 2021-07-23 | 9 | -0/+426 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | [Keyboard] Fix dc01/left so that it doesn't throw a warning (#13653) | Zach White | 2021-07-23 | 2 | -2/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-23 | 10 | -5/+329 |
|\| | |||||
| * | [Keyboard] Add Txuu keyboard (#13650) | Matthew Dias | 2021-07-22 | 9 | -0/+319 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | [Keymap] Reduce NIBBLE oled_bongocat keymap size so it compiles (#13638) | Jay Greco | 2021-07-22 | 1 | -5/+10 |
| | | |||||
* | | Fix errors with matrix_output_unselect_delay function calls (#13645) | Drashna Jaelre | 2021-07-22 | 5 | -58/+59 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-23 | 1 | -2/+2 |
|\| | |||||
| * | Add backslash in lily58 domnantas keymap (#12713) | Domantas | 2021-07-23 | 1 | -2/+2 |
| | | |||||
* | | [Keyboard] Fix matrix issues with Promethium (#13648) | Drashna Jaelre | 2021-07-22 | 1 | -169/+170 |
| | | |||||
* | | [Keyboard] Fix Matrix Row number for ggkeyboards/genisis (#13647) | Drashna Jaelre | 2021-07-22 | 2 | -13/+14 |
| | | |||||
* | | [Keyboard] Fix default keymap for 0xCB 1337 keyboard (#13646) | Drashna Jaelre | 2021-07-22 | 1 | -42/+33 |
| | | |||||
* | | [Keyboard] Remove the vision_division keyboard (#13571) | Zach White | 2021-07-22 | 10 | -956/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-23 | 19 | -2/+1196 |
|\| | |||||
| * | [Keyboard] Added another layer for VIA on the AEK II (#13100) | kb-elmo | 2021-07-22 | 3 | -2/+12 |
| | | |||||
| * | [Keyboard] Added Stratos keyboard (#13139) | kb-elmo | 2021-07-22 | 16 | -0/+1184 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-23 | 9 | -0/+327 |
|\| | |||||
| * | [Keyboard] Added Crin keyboard (#13630) | KnoblesseOblige | 2021-07-22 | 9 | -0/+327 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Include lib8tion.c into RGB/LED matrix build list (#12699) | Albert Y | 2021-07-22 | 1 | -0/+2 |
| | | | | | | Co-authored-by: filterpaper <filterpaper@localhost> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-22 | 11 | -174/+255 |
|\| | |||||
| * | Implement GPIO abstraction for atsam (#13567) | Joel Challis | 2021-07-22 | 11 | -174/+255 |
| | | | | | | | | | | | | | | * Implement GPIO abstraction for atsam * Convert Drop boards to normal matrix config * Work round pin conflicts and matrix delay | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-22 | 3 | -1/+109 |
|\| | |||||
| * | [Keyboard] adds new revision: dztech/dz60rgb/v2_1 (#13636) | Tran Kim Tung | 2021-07-22 | 3 | -1/+109 |
| | | |||||
* | | [Keyboard][Bug] Add timer_avr to includes for broken builds (#13641) | Dasky | 2021-07-22 | 4 | -0/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-22 | 1 | -12/+12 |
|\| | |||||
| * | [Keyboard] Fixing info.json for h0oni/hotduck (#13640) | Md. Mashur Shalehin Sakib | 2021-07-22 | 1 | -12/+12 |
| | |