summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | format code according to conventions [skip ci]QMK Bot2020-08-2914-96/+93
* | update "Breaking Changes" docJames Young2020-08-291-7/+8
* | Revert "Branch point for 2020 Aug 29 Breaking Change"James Young2020-08-291-6/+0
* | Add ChangeLog for 2020 Aug 29 Breaking ChangesJames Young2020-08-293-16/+148
* | Allow joysticks to be used without analog pins (#10169)Zach White2020-08-293-9/+20
* | K-Type refactor (#9864)Ryan2020-08-2914-242/+465
* | Remove support for Adafruit EZ-Key (#10103)Ryan2020-08-2911-220/+68
* | Fix DMA stream ID calculation in ws2812_pwm (#10008)Sergey Vlasov2020-08-291-1/+1
* | Define STM32_DMA_REQUIRED when using DMA-based WS2812 driver on STM32. (#10127)Nick Brassel2020-08-293-2/+6
* | Kiibohd bootloader, take 2 (#10129)Ryan2020-08-2912-74/+28
* | Add a method to read the OLED display buffer from user space (#8777)Richard2020-08-293-0/+58
* | Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-2979-99/+85
* | More Bluetooth refactoring (#9905)Ryan2020-08-295-19/+30
* | Update vusb to match 3rd endpoint. (#9020)yiancar2020-08-293-12/+26
* | Remove unused CORTEX_VTOR_INIT (#10053)Ryan2020-08-2915-29/+0
* | Remove f072 backlight warning (#10040)Joel Challis2020-08-292-6/+0
* | ARM backlight - timer implementation (#8291)Joel Challis2020-08-293-2/+169
* | #define AUTO_SHIFT_SETUP (#8441)Greg Wright2020-08-293-35/+41
* | Add ability to dump all makefile variables for the specified target. (#8256)Nick Brassel2020-08-291-1/+7
* | Add `st-flash` flash target (#9964)Sergey Vlasov2020-08-293-0/+7
* | Keebio RGB wiring update (#7754)Danny2020-08-2911-6/+13
* | Fix Czech keycodes (#9987)David Kosorin2020-08-291-2/+2
* | Fix joystick compile issues (#9949)Ryan2020-08-293-11/+15
* | Noeeprom functions for rgb_matrix (#9487)Tynan Beatty2020-08-293-90/+149
* | Add support for hsv->rgb conversion without using CIE curve. (#9856)Nick Brassel2020-08-293-4/+24
* | [Keyboard] relocating boards by flehrad (#9635)flehrad2020-08-2949-4/+6
* | The Key Company project consolidation (#9547)TerryMathews2020-08-2947-7/+85
* | Initialize Layer State on startup (#8318)Drashna Jaelre2020-08-293-2/+9
* | Tweak the Christmas animation effect to be less harsh on the eyes (#7648)Max Rumpf2020-08-293-17/+40
* | Hid joystick interface (#4226)a-chol2020-08-2920-4/+758
* | Update features to use Custom Tapping Term when appropriate (#6259)Drashna Jaelre2020-08-297-26/+28
* | Disable NKRO on V-USB controllers (#9054)Drashna Jaelre2020-08-291-2/+6
* | Re-fix the STM32 dual-bank bootloader stuff. (#9738)Nick Brassel2020-08-291-31/+15
* | Bigger combo index (#9318)Pete Sevander2020-08-2916-17/+28
* | Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge ...Nick Brassel2020-08-293-19/+85
* | Fix the mousekey scrolling (#9174)dhong442020-08-291-39/+43
* | F303/Proton-C migration. (#9315)Nick Brassel2020-08-295-719/+57
* | Add support for DMAMUX-capable MCU configuration with WS2812 PWM driver. (#9471)Nick Brassel2020-08-292-1/+10
* | Change analogRead calls to analogReadPin (#9023)Ryan2020-08-295-25/+27
* | `qmk cformat` on `develop` (#9501)Nick Brassel2020-08-292-5/+3
* | Don't compile outputselect.c if Bluetooth is disabled (#9356)Ryan2020-08-293-18/+23
* | Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)Ryan2020-08-296-18/+0
* | Additional cleanups for V-USB code (#9310)Ryan2020-08-296-119/+53
* | Attempt to fix CI for non-master branches. (#9308)Nick Brassel2020-08-291-0/+1
* | Convert `CONSUMER2BLUEFRUIT()` and `CONSUMER2RN42()` macros to static inline ...Ryan2020-08-293-28/+79
* | Various tidyups for USB descriptor code (#9005)Ryan2020-08-296-91/+80
* | Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-2969-8236/+2563
* | Remove iWRAP protocol (#9284)Ryan2020-08-2912-1979/+2
* | Branch point for 2020 Aug 29 Breaking ChangeJames Young2020-08-291-0/+6
* | Add debug logging to `run()` (#9986)Ryan2020-08-281-0/+3