| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Remove comments about custom ldscript for Teensy LC (#11224) | Ryan | 2020-12-23 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-22 | 1 | -0/+19 |
|\| |
|
| * | Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on ... | Joshua Diamond | 2020-12-23 | 1 | -0/+19 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-22 | 2 | -3/+7 |
|\| |
|
| * | Fix Issue #9533 - Delayed shift state handling (#11220) | Joshua Diamond | 2020-12-22 | 2 | -3/+7 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-18 | 1 | -1/+1 |
|\| |
|
| * | Various compilation fixes for avr-gcc 10 (#9269) | Joel Challis | 2020-12-18 | 1 | -1/+1 |
* | | Fix duplicate I2C_KEYMAP_START define (#11237) | Ryan | 2020-12-17 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2020-12-18 | 4 | -39/+19 |
|\| |
|
| * | Run cformat and dos2unix manually (#11235) | Ryan | 2020-12-17 | 4 | -39/+19 |
* | | Add modifier state to the split keyboard transport (#10400) | Casey Webster | 2020-12-17 | 1 | -0/+68 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-16 | 1 | -1/+1 |
|\| |
|
| * | Normalise include statements in keyboard code (#11185) | Ryan | 2020-12-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-16 | 1 | -457/+106 |
|\| |
|
| * | CLI-ify rgblight_breathing_table_calc.c (#11174) | Ryan | 2020-12-16 | 1 | -457/+106 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-12 | 1 | -1/+1 |
|\| |
|
| * | Fix incorrect search order for `rgblight_breathe_table.h` that `rgblight.c` i... | Takeshi ISHII | 2020-12-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-11 | 1 | -2/+2 |
|\| |
|
| * | Fixed french quotes on canadian multilingual (#11183) | Hedgestock | 2020-12-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-11 | 17 | -24/+24 |
|\| |
|
| * | Normalise include statements in core code (#11153) | Ryan | 2020-12-11 | 17 | -24/+24 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-06 | 1 | -1/+19 |
|\| |
|
| * | add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184) | Josh Hinnebusch | 2020-12-06 | 1 | -1/+19 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-06 | 1 | -0/+4 |
|\| |
|
| * | Add definitions for RGB off/black. (#11132) | r-pufky | 2020-12-06 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-05 | 1 | -0/+2 |
|\| |
|
| * | Fix missing define to map rgb_matrix function set to rgblight. (#11084) | Sergey Omelchenko | 2020-12-05 | 1 | -0/+2 |
* | | [Split] Sync Timer feature (#10997) | XScorpion2 | 2020-12-01 | 4 | -15/+39 |
|/ |
|
* | 2020 November 28 Breaking Changes Update (#11053) | James Young | 2020-11-28 | 45 | -122/+1668 |
* | ST7565 tidyup (#10907) | Ryan | 2020-11-26 | 5 | -11/+29 |
* | Fix typo causing `redefined error` in keymap_french_osx (#10962) | Geoffrey BOTIN | 2020-11-17 | 1 | -1/+1 |
* | Recommend use of LED Indicator config (#10895) | Joel Challis | 2020-11-16 | 2 | -1/+11 |
* | Indicator LEDs as config (#10816) | Joel Challis | 2020-11-08 | 2 | -52/+141 |
* | Add support for 4 IS31FL3731 devices (#10860) | X-Bows Tech | 2020-11-05 | 1 | -0/+18 |
* | Allow modified keycodes in Unicode input (#10658) | Ryan | 2020-10-27 | 1 | -13/+3 |
* | Update keymap_spanish_dvorak.h (#10213) | FĂ©lix Sanz | 2020-10-23 | 1 | -2/+2 |
* | Partial fix for sendstring_french.h (#10623) | Ryan | 2020-10-13 | 1 | -2/+2 |
* | Fix issue introduced by PR#10404 (#10559) | a_p_u_r_o | 2020-10-07 | 1 | -2/+2 |
* | Fix for MIDI sustain effect issue (#10361) | 3araht | 2020-10-04 | 1 | -4/+6 |
* | format code according to conventions [skip ci] | QMK Bot | 2020-10-04 | 2 | -13/+13 |
* | Merge pull request #10404 from cmdremily/opendeck-core | Drashna Jaelre | 2020-10-04 | 2 | -0/+10 |
|\ |
|
| * | Fix issues with unused variables and functions preventing a clean compile. | cmdremily | 2020-09-23 | 1 | -0/+4 |
| * | Allow the use of a single IS31FL3731 LED driver | cmdremily | 2020-09-23 | 1 | -0/+6 |
* | | Fix SPLIT_KEYBOARD compilation for ATMega*U2, which doesn't have VBUS/OTG con... | sol | 2020-10-02 | 1 | -1/+1 |
* | | Add logic for AT90USBxx7 where needed (#10203) | Ryan | 2020-09-27 | 3 | -3/+7 |
* | | `setrgb()`: Use arrow operator (#10451) | Ryan | 2020-09-26 | 1 | -4/+4 |
* | | Fix Belgian sendstring properly (#10444) | Ryan | 2020-09-26 | 1 | -1/+1 |
* | | Fix Belgian sendstring file (#10443) | Drashna Jaelre | 2020-09-26 | 1 | -1/+1 |
|/ |
|
* | Fix typo in via.c (#10000) | Wilba | 2020-09-21 | 1 | -1/+1 |
* | Add STM32F401/F411 to mcu_selection.mk (#10278) | Ryan | 2020-09-18 | 1 | -30/+96 |