summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
...
| * [Bug] Fix RGB Matrix Indicators (#11308)Drashna Jaelre2020-12-291-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-275-12/+12
|\|
| * Ensure single newline at EOF for core files (#11310)Ryan2020-12-285-12/+12
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-2650-204/+68
|\|
| * Change include guards in quantum/ to pragma once (#11239)Ryan2020-12-2650-204/+68
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-231-1/+0
|\|
| * Remove comments about custom ldscript for Teensy LC (#11224)Ryan2020-12-231-1/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-221-0/+19
|\|
| * Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on ...Joshua Diamond2020-12-231-0/+19
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-222-3/+7
|\|
| * Fix Issue #9533 - Delayed shift state handling (#11220)Joshua Diamond2020-12-222-3/+7
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-181-1/+1
|\|
| * Various compilation fixes for avr-gcc 10 (#9269)Joel Challis2020-12-181-1/+1
* | Fix duplicate I2C_KEYMAP_START define (#11237)Ryan2020-12-171-2/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2020-12-184-39/+19
|\|
| * Run cformat and dos2unix manually (#11235)Ryan2020-12-174-39/+19
* | Add modifier state to the split keyboard transport (#10400)Casey Webster2020-12-171-0/+68
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-161-1/+1
|\|
| * Normalise include statements in keyboard code (#11185)Ryan2020-12-161-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-161-457/+106
|\|
| * CLI-ify rgblight_breathing_table_calc.c (#11174)Ryan2020-12-161-457/+106
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-121-1/+1
|\|
| * Fix incorrect search order for `rgblight_breathe_table.h` that `rgblight.c` i...Takeshi ISHII2020-12-131-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-111-2/+2
|\|
| * Fixed french quotes on canadian multilingual (#11183)Hedgestock2020-12-111-2/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-1117-24/+24
|\|
| * Normalise include statements in core code (#11153)Ryan2020-12-1117-24/+24
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-061-1/+19
|\|
| * add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)Josh Hinnebusch2020-12-061-1/+19
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-061-0/+4
|\|
| * Add definitions for RGB off/black. (#11132)r-pufky2020-12-061-0/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-051-0/+2
|\|
| * Fix missing define to map rgb_matrix function set to rgblight. (#11084)Sergey Omelchenko2020-12-051-0/+2
* | [Split] Sync Timer feature (#10997)XScorpion22020-12-014-15/+39
|/
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-2845-122/+1668
* ST7565 tidyup (#10907)Ryan2020-11-265-11/+29
* Fix typo causing `redefined error` in keymap_french_osx (#10962)Geoffrey BOTIN2020-11-171-1/+1
* Recommend use of LED Indicator config (#10895)Joel Challis2020-11-162-1/+11
* Indicator LEDs as config (#10816)Joel Challis2020-11-082-52/+141
* Add support for 4 IS31FL3731 devices (#10860)X-Bows Tech2020-11-051-0/+18
* Allow modified keycodes in Unicode input (#10658)Ryan2020-10-271-13/+3
* Update keymap_spanish_dvorak.h (#10213)FĂ©lix Sanz2020-10-231-2/+2
* Partial fix for sendstring_french.h (#10623)Ryan2020-10-131-2/+2
* Fix issue introduced by PR#10404 (#10559)a_p_u_r_o2020-10-071-2/+2
* Fix for MIDI sustain effect issue (#10361)3araht2020-10-041-4/+6
* format code according to conventions [skip ci]QMK Bot2020-10-042-13/+13
* Merge pull request #10404 from cmdremily/opendeck-coreDrashna Jaelre2020-10-042-0/+10
|\
| * Fix issues with unused variables and functions preventing a clean compile.cmdremily2020-09-231-0/+4
| * Allow the use of a single IS31FL3731 LED drivercmdremily2020-09-231-0/+6
* | Fix SPLIT_KEYBOARD compilation for ATMega*U2, which doesn't have VBUS/OTG con...sol2020-10-021-1/+1