18251 Commits (0c65562a6b7aeaec2c258b288e6498bd92295b9c)
 

Author SHA1 Message Date
fauxpark 94572d74b5 Merge remote-tracking branch 'upstream/master' into develop 4 years ago
Ryan 6b74e48f81
Remove audio pin references in rules.mk (#14532) 4 years ago
Ryan 20ea5f3fb5
Relocate Adafruit BLE code (#14530) 4 years ago
fauxpark c38a730805 Merge remote-tracking branch 'upstream/master' into develop 4 years ago
Ryan 574b6734af
Remove backlight pin references in rules.mk (#14513) 4 years ago
Nick Brassel 28b8b578b0
compiledb: query include paths from gcc directly. (#14462)
* Query include paths from gcc directly.

* Change to -isystem

* qmk format-python

* tests
4 years ago
Ben Lipson e25d37454c
[Keymap] blipson corne keymap (#14469)
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>
4 years ago
XScorpion2 4dbeeaa0d6
Doc Fixes & Custom Matrix Fix (#14526) 4 years ago
im a can what do you think lmao? 121ca7eca9
[Keyboard] Add LeFishe Keyboard (#14498)
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Jakob Weickmann a068b14686
[Keymap] Added my own keymap for MIT Planck (#14481)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
David Xia ddb6821b97
[Docs] fix wrong directory for RGB Matrix animations (#14494) 4 years ago
James Young 53c2f67748
cKeys theDora Refactor (#14495) 4 years ago
peott-fr 4e7801d4fb
[Keymap] Adding my Mun keymap. (#14501) 4 years ago
Konstantin Đorđević 4348e2ffc1
[Keymap] Updates to existing keymaps and userspace (#14503)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
Pylon e83fb69ae8
[Keyboard] Enabled Mousekeys by default on Boston (#14507) 4 years ago
Dasky 5dbde91bdf
[Keyboard] Change printf to dprintf (#14510) 4 years ago
Jack Humbert fa5d21a58e
[Keyboard] Enables I2C for OLKB rev*_drop boards (#14514)
Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com>
4 years ago
XScorpion2 0e34efd9a2
[Keyboard] Quick fixes for the Mun to unblock customers (#14505) 4 years ago
Drashna Jaelre d9ca201f79
[Keyboard] Fix Compiler issues for quick17 (#14500) 4 years ago
Drashna Jaelre ef5c6ea096
[Keyboard] Use old custom matrix for Drop Planck+Preonic (#14488)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jack Humbert <jack.humb@gmail.com>
4 years ago
Drashna Jaelre bf613eb9db
[Keyboard] Fix BT rules for dosa40rgb (#14497) 4 years ago
QMK Bot baf6e51933 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Ramya Challa f61f79b7cd
[Keyboard] Add Gentleman65 (#12971)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
QMK Bot 82ff1e1e12 Merge remote-tracking branch 'origin/master' into develop 4 years ago
MakotoKurauchi c2f3c418f3
[Keyboard] Add new keyboard quick17 (#13703)
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>
4 years ago
QMK Bot 0b9cebe5ad Merge remote-tracking branch 'origin/master' into develop 4 years ago
kaylanm e3e58aae6a
[Keyboard] Add superuser keyboard (#13840)
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot e8c0913594 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Bahrul Hidayat 23c3b9decb
[Keyboard] Add dyz60 (#13864)
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
BenSchaeff 09b933ad41
[Keymap] GMMK Pro keymap (#14389) 4 years ago
QMK Bot da94b3556b Merge remote-tracking branch 'origin/master' into develop 4 years ago
Elliot Powell 4e7133e262
[Keyboard] Add support for Coarse60 (#14416)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot 93204f3ce4 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Lui Wolff 2c4660e40d
[Keymap] Added Brazilian keymap for BM40RGB (#14431) 4 years ago
QMK Bot 22006d4f84 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Drashna Jaelre c681c1a6a8
[Keyboard] Fix dosa40rgb compilation issues (#14491) 4 years ago
Joakim Tufvegren 8130690a28
Improvements to handling of disconnected split keyboards. (#14033)
* 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>
4 years ago
Drashna Jaelre 7c10d00ca6
Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)
* 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>
4 years ago
QMK Bot 0760093978 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Jordan Duabe d51bb76ec9
[Keymap] Add 'j4ckofalltrades' keymap for sofle/rev1 (#14446) 4 years ago
QMK Bot 6fcc5cdde9 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Dao Tak Isaac 09b66c06d4
[Keyboard] Add Dosa40RGB + dtisaac01 (#14476) 4 years ago
QMK Bot c9ad6f731e Merge remote-tracking branch 'origin/master' into develop 4 years ago
john-ezra 228c7b095b
[Keymap] Major Updates to Personal Kyria Keymap (#14485)
* added john ezra keymap with updates

* changed tapping term
4 years ago
QMK Bot 5e4c34f890 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Takeshi ISHII f93597d66b
fix link error for helix/rev3_5rows:five_rows (#14466)
This is a tentative quick fix.
I was adding the same functions for both #14426 and #14427 and they were in conflict.
4 years ago
Drashna Jael're c14abd8c14
Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young 7c09b2667b
Nix Studio OXALYS80 Refactor (#14473)
* 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
4 years ago
Drashna Jaelre 0c1341daa8
[Keyboard] Move Planck EZ off 'Proton C' board (#14479) 4 years ago
Drashna Jaelre 40578621a7
[Keyboard] Move Moonlander off 'Proton C' board (#14478) 4 years ago