summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* run: qmk cformat --core-onlyJames Young2021-05-2921-134/+78
* `backlight.c`: include `eeprom.h` (#13024)Ryan2021-05-281-0/+1
* Backlight: add defines for default level and breathing state (#12560)Ryan2021-05-262-3/+24
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-261-2/+12
|\
| * Keyboard: Planck THK (#12597)Erovia2021-05-261-2/+12
* | Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-213-7/+11
* | Add support for up to 4 IS31FL3733 drivers (#12342)Donald Kjer2021-05-212-9/+58
* | matrix: wait for row signal to go HIGH for every row (#12945)Michael Stapelberg2021-05-202-12/+4
* | Add function to allow repeated blinking of one layer (#12237)Matthes W2021-05-162-12/+31
* | Fix spelling mistake regarding LED Matrix in split_common. (#12888)Joakim Tufvegren2021-05-141-1/+1
* | Rename `point_t` -> `led_point_t` (#12864)Ryan2021-05-134-12/+12
* | Remove KEYMAP and LAYOUT_kc (#12160)Zach White2021-05-111-0/+3
* | LED Matrix: Effects! (#12651)Ryan2021-05-1126-16/+554
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-101-2/+4
|\|
| * Improve EEPROM defaults for Dynamic Keymaps (#12853)Drashna Jaelre2021-05-101-2/+4
* | [CI] Format code according to conventions (#12772)github-actions[bot]2021-05-021-1/+1
* | Fixing transport's led/rgb matrix suspend state logic (#12770)XScorpion22021-05-011-8/+10
* | [CI] Format code according to conventions (#12731)github-actions[bot]2021-04-292-10/+8
* | Change RGB/LED Matrix to use a simple define for USB suspend (#12697)Drashna Jaelre2021-04-294-20/+18
* | Fix bad PR merge for #6580. (#12721)Nick Brassel2021-04-281-2/+0
* | Add STM32L433 and L443 support (#12063)Xelus222021-04-261-0/+38
* | Add support for MCU = STM32F446 (#12619)Purdea Andrei2021-04-251-0/+34
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-251-0/+4
|\|
| * Do not leak weak mods from tap dance to the interrupting keypress (#12471)Sergey Vlasov2021-04-251-0/+4
* | Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#...Nick Brassel2021-04-251-1/+6
* | 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
|\|