summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-20311-583/+4892
|\
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-20232-248/+240
| |
| * [Keymap] blipson corne keymap (#14469)Ben Lipson2021-09-195-0/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert lib/chibios revert lib/chibios Finish up remove files Update copyrights remove copyrights readd copyrights add stop macro PR suggestions PR suggestions readme lowercase fix rotate for oled Co-authored-by: Z003YW4 <ben.lipson@target.com>
| * Doc Fixes & Custom Matrix Fix (#14526)XScorpion22021-09-205-26/+41
| |
| * [Keyboard] Add LeFishe Keyboard (#14498)im a can what do you think lmao?2021-09-1910-0/+359
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keymap] Added my own keymap for MIT Planck (#14481)Jakob Weickmann2021-09-194-0/+1359
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Docs] fix wrong directory for RGB Matrix animations (#14494)David Xia2021-09-192-9/+2
| |
| * cKeys theDora Refactor (#14495)James Young2021-09-198-176/+237
| |
| * [Keymap] Adding my Mun keymap. (#14501)peott-fr2021-09-192-0/+104
| |
| * [Keymap] Updates to existing keymaps and userspace (#14503)Konstantin Đorđević2021-09-1920-113/+295
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] Enabled Mousekeys by default on Boston (#14507)Pylon2021-09-191-2/+2
| |
| * [Keyboard] Change printf to dprintf (#14510)Dasky2021-09-190-0/+0
| |
| * [Keyboard] Enables I2C for OLKB rev*_drop boards (#14514)Jack Humbert2021-09-196-12/+23
| | | | | | Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com>
| * [Keyboard] Quick fixes for the Mun to unblock customers (#14505)XScorpion22021-09-192-3/+3
| |
| * [Keyboard] Fix Compiler issues for quick17 (#14500)Drashna Jaelre2021-09-192-0/+2
| |
| * [Keyboard] Use old custom matrix for Drop Planck+Preonic (#14488)Drashna Jaelre2021-09-1821-24/+1817
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jack Humbert <jack.humb@gmail.com>
* | compiledb: query include paths from gcc directly. (#14462)Nick Brassel2021-09-201-2/+12
| | | | | | | | | | | | | | | | | | * Query include paths from gcc directly. * Change to -isystem * qmk format-python * tests
* | [Keyboard] Fix BT rules for dosa40rgb (#14497)Drashna Jaelre2021-09-191-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-189-0/+271
|\|
| * [Keyboard] Add Gentleman65 (#12971)Ramya Challa2021-09-189-0/+271
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1814-0/+808
|\|
| * [Keyboard] Add new keyboard quick17 (#13703)MakotoKurauchi2021-09-1814-0/+808
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1833-0/+716
|\|
| * [Keyboard] Add superuser keyboard (#13840)kaylanm2021-09-1833-0/+716
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-188-0/+266
|\|
| * [Keyboard] Add dyz60 (#13864)Bahrul Hidayat2021-09-188-0/+266
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Keymap] GMMK Pro keymap (#14389)BenSchaeff2021-09-181-0/+123
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1812-0/+577
|\|
| * [Keyboard] Add support for Coarse60 (#14416)Elliot Powell2021-09-1812-0/+577
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-182-0/+199
|\|
| * [Keymap] Added Brazilian keymap for BM40RGB (#14431)Lui Wolff2021-09-182-0/+199
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-182-2/+4
|\|
| * [Keyboard] Fix dosa40rgb compilation issues (#14491)Drashna Jaelre2021-09-182-2/+4
| |
* | Improvements to handling of disconnected split keyboards. (#14033)Joakim Tufvegren2021-09-181-16/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use memcmp and memcpy to compare and copy slave matrix. ...and memset to initialize `matrix` and `raw_matrix`. Increased my scan rate (while connected) by ~100 (on Ergodox Infinity). Effect on AVR is unknown. Co-authored-by: Stefan Kerkmann <karlk90@pm.me> * Fix `matrix_post_scan` signalling change on every scan while disconnected. * Undo removal of initialization of `slave_matrix`. This has the effect of increasing my Ergodox Infinity firmware size by 8 bytes instead of decreasing by 8 bytes, and lowers the scan rate while connected back to the initial value before these changes, but _might_ solve some issues on AVR. Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)Drashna Jaelre2021-09-182-9/+44
| | | | | | | | | | | | | | | | | | * Add RGBW support to PWM and SPI drivers for ChibiOS * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-185-0/+223
|\|
| * [Keymap] Add 'j4ckofalltrades' keymap for sofle/rev1 (#14446)Jordan Duabe2021-09-175-0/+223
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1819-0/+439
|\|
| * [Keyboard] Add Dosa40RGB + dtisaac01 (#14476)Dao Tak Isaac2021-09-1719-0/+439
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-184-124/+112
|\|
| * [Keymap] Major Updates to Personal Kyria Keymap (#14485)john-ezra2021-09-174-124/+112
| | | | | | | | | | * added john ezra keymap with updates * changed tapping term
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-181-49/+4
|\|
| * fix link error for helix/rev3_5rows:five_rows (#14466)Takeshi ISHII2021-09-181-49/+4
| | | | | | | | This is a tentative quick fix. I was adding the same functions for both #14426 and #14427 and they were in conflict.
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-09-1744-184/+2163
|\|
| * Nix Studio OXALYS80 Refactor (#14473)James Young2021-09-176-94/+640
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update grid alignment of keycodes * update key assignments on via keymap A seemingly-misplaced key assignment on Layers 1 through 3 of the via keymap led to keys being off by one in comparison to the default keymap. * switch Backslash and Backspace on via keymap base layer Matches the via keymap's key mapping to that of the default keymap. * use QMK 3-character notation in oxalys80.h * add matrix diagram; remove Planck reference * add LAYOUT_tkl_ansi and LAYOUT_tkl_ansi_wkl layout macros * add LAYOUT_tkl_ansi_tsangan macro * add ISO layouts Add LAYOUT_tkl_iso, LAYOUT_tkl_iso_tsangan, and LAYOUT_tkl_iso_wkl macros. * enable Community Layouts support * tidy up rules.mk * readme tidy-up
| * [Keyboard] Move Planck EZ off 'Proton C' board (#14479)Drashna Jaelre2021-09-173-8/+73
| |
| * [Keyboard] Move Moonlander off 'Proton C' board (#14478)Drashna Jaelre2021-09-173-2/+62
| |
| * Update rules.mk for xbows keyboard (#14477)X-Bows Tech2021-09-173-3/+3
| | | | | | | | | | | | | | * Update rules.mk * Update rules.mk * Update rules.mk
| * [Keymap] Adding personal keymap (#14326)Matt2021-09-167-0/+772
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] Add Sauce Mild Keyboard (#14287)Andy Yong2021-09-169-0/+259
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>