summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* Format code according to conventions (#12680)github-actions[bot]2021-04-251-2/+2
* feat: infinite timeout for leader key (#6580)Daniel Rodríguez Rivero2021-04-252-2/+12
* [CI] Format code according to conventions (#12650)github-actions[bot]2021-04-222-19/+19
* LED Matrix: Split (#12633)Ryan2021-04-222-6/+56
* LED Matrix: Reactive effect buffers & advanced indicators (#12588)Ryan2021-04-202-28/+107
* Add Per Key functionality for AutoShift (#11536)Drashna Jaelre2021-04-192-7/+14
* [CI] Format code according to conventions (#12623)github-actions[bot]2021-04-192-2/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-191-1/+1
|\
| * Fix F303 audio output on A4 with the dac_basic driver (#12480)Sergey Vlasov2021-04-191-1/+1
* | Enhancement of WPM feature (#11727)Drashna Jaelre2021-04-182-5/+43
* | Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes (#11935)Joshua Diamond2021-04-152-0/+9
* | LED Matrix: Task system (#12580)Ryan2021-04-153-91/+176
* | [CI] Format code according to conventions (#12570)github-actions[bot]2021-04-131-1/+1
* | LED Matrix: suspend code (#12509)Ryan2021-04-132-27/+37
* | LED Matrix: Implement CIE1931 curve (#12417)Ryan2021-04-072-27/+56
* | Add support for producing UF2-format binaries. (#12435)Nick Brassel2021-04-061-0/+24
* | Format code according to conventions (#12467)github-actions[bot]2021-04-031-11/+11
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-034-0/+59
|\|
| * fix line endingsZach White2021-04-033-56/+56
| * 3 new LED effect animations (#9827)TurtleHunter2021-04-034-0/+59
* | Big quantum_keycodes cleanup (#12249)Ryan2021-04-021-466/+417
* | LED Matrix: Config functions (#12361)Ryan2021-03-282-94/+98
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-1/+1
|\|
| * Fix issues when manually shifting characters and Auto Shift (#12083)Drashna Jaelre2021-03-251-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-1/+1
|\|
| * Fix Kinetic speed condition (#12139)즈눅2021-03-251-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-252-19/+0
|\|
| * Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] (...Takeshi ISHII2021-03-252-19/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-10/+13
|\|
| * Fix handling multiples of the same MIDI note (fixes bug brought up in issue #...jakobkg2021-03-251-10/+13
* | Adding keyboard level weak function for slave matrix scan (#12317)XScorpion22021-03-252-1/+7
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-252-2/+2
|\|
| * Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302)Ryan2021-03-252-2/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-241-0/+18
|\|
| * Workaround for recent changes to mouse keycodes (#12367)Joel Challis2021-03-241-0/+18
* | LED Matrix: Fix up eeconfig code (#12327)Ryan2021-03-242-26/+76
* | core: add support for MK66F18 (Teensy 3.6) micro controller (#12258)Michael Stapelberg2021-03-171-0/+27
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-151-3/+3
|\|
| * Format code according to conventions (#12244)github-actions[bot]2021-03-151-3/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-153-0/+371
|\|
| * Fix keycode mappings for via and ensure they don't change within protocol (#1...xyzz2021-03-153-0/+371
* | LED Matrix: Clean up includes (#12197)Ryan2021-03-133-10/+7
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-125-75/+66
|\|
| * Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)Ryan2021-03-125-75/+66
* | Move gpio wait logic to wait.h (#12067)Joel Challis2021-03-101-33/+0
* | Remove `FUNC()` (#12161)Ryan2021-03-111-4/+1
* | LED Matrix: decouple from Backlight (#12054)Ryan2021-03-085-24/+38
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-061-9/+5
|\|
| * Remove ifdefs for UC and X/XP too (#12131)Ryan2021-03-061-9/+5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-061-21/+14
|\|