| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-29 | 1 | -0/+18 |
|\ |
|
| * | Fix unit tests after recent refactor (#13765) | Joel Challis | 2021-07-29 | 1 | -0/+18 |
* | | Allow for higher USB Polling rate on ATSAM boards (#13755) | Drashna Jaelre | 2021-07-28 | 1 | -3/+7 |
* | | Update LUFA (18-07-2021) and add QMK-HID Bootloader support (#13588) | Drashna Jaelre | 2021-07-24 | 1 | -8/+26 |
* | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2021-07-25 | 5 | -2/+58 |
|\| |
|
| * | Refactor some platform dependent logic (#13675) | Joel Challis | 2021-07-24 | 5 | -6/+58 |
* | | Avoid LTO conficts on arm_atsam (#13676) | Joel Challis | 2021-07-24 | 5 | -5/+5 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-22 | 3 | -0/+192 |
|\| |
|
| * | Implement GPIO abstraction for atsam (#13567) | Joel Challis | 2021-07-22 | 3 | -0/+192 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-16 | 5 | -114/+54 |
|\| |
|
| * | Migrate arm_atsam print logic to use common framework (#13554) | Joel Challis | 2021-07-16 | 5 | -114/+54 |
* | | Use string literals for `SERIAL_NUMBER` (#13403) | Ryan | 2021-07-16 | 3 | -4/+8 |
* | | [Feature] Key Overrides (#11422) | Jonas Gessner | 2021-07-13 | 1 | -0/+28 |
* | | Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480) | Chris Cullin | 2021-07-12 | 1 | -0/+1 |
* | | core: chibios: bootloader: use integer pointers as volatile (#13450) | Thomas Weißschuh | 2021-07-06 | 1 | -1/+2 |
* | | Improve layer mask handling (#13065) | Drashna Jaelre | 2021-07-03 | 2 | -8/+33 |
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-07-03 | 1 | -1/+1 |
|\| |
|
| * | Add "Ctrl+C to cancel" to "waiting for bootloader" messages (#13424) | Ryan | 2021-07-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-26 | 2 | -2/+4 |
|\| |
|
| * | Allow configuration of USB_VBUS_PIN on chibios (#13342) | Joel Challis | 2021-06-26 | 2 | -2/+4 |
* | | Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845) | Joakim Tufvegren | 2021-06-19 | 2 | -2/+2 |
* | | Extensible split data sync (#11930) | Nick Brassel | 2021-06-18 | 1 | -4/+10 |
* | | Add CRC8 calculation subsystem to quantum (#12641) | Stefan Kerkmann | 2021-06-18 | 1 | -0/+6 |
* | | core: wire up flash make target for Teensy 4.x (#13077) | Michael Stapelberg | 2021-06-17 | 1 | -1/+5 |
* | | core: make RESET key work with Teensy 4.x (#13076) | Michael Stapelberg | 2021-06-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-16 | 2 | -10/+21 |
|\| |
|
| * | Make atmel-dfu and chibios-dfu flashing behave more like caterina flashing. (... | Purdea Andrei | 2021-06-16 | 2 | -10/+21 |
| * | 2021 May 29 Breaking Changes Update (#13034) | James Young | 2021-05-29 | 42 | -666/+738 |
* | | Add ST7565 LCD driver (#13089) | Ryan | 2021-06-10 | 1 | -0/+18 |
* | | Avoid 8-bit timer overflows in debounce algorithms (#12240) | Simon Arlott | 2021-06-09 | 4 | -4/+77 |
* | | Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754) | Takeshi ISHII | 2021-06-07 | 2 | -0/+31 |
* | | Fix firmware size check with avr-libc 1:2.0.0+Atmel3.6.2-1.1 (Debian bullseye... | Sergey Vlasov | 2021-06-06 | 2 | -2/+2 |
* | | [Core] ChibiOS fix O3 and LTO breakage of extra keys and joystick (#12819) | Stefan Kerkmann | 2021-06-06 | 3 | -35/+36 |
* | | core: bump USB spec version in device descriptor to 2.0 (#13078) | Michael Stapelberg | 2021-06-07 | 1 | -1/+1 |
* | | run: qmk cformat --core-only | James Young | 2021-05-29 | 4 | -51/+44 |
* | | Backlight: add defines for default level and breathing state (#12560) | Ryan | 2021-05-26 | 2 | -16/+0 |
* | | Fixup housekeeping from being invoked twice per loop. (#12933) | Nick Brassel | 2021-05-18 | 6 | -11/+18 |
* | | Add missing LED Matrix suspend code to suspend.c (#12878) | Drashna Jaelre | 2021-05-13 | 2 | -0/+15 |
* | | Fix syntax error when compiling for ARM (#12866) | Ryan | 2021-05-11 | 1 | -1/+1 |
* | | Fix another bin/qmk reference (#12856) | Sergey Vlasov | 2021-05-10 | 1 | -1/+1 |
* | | Make Swap Hands use PROGMEM (#12284) | Drashna Jaelre | 2021-05-09 | 2 | -2/+3 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-05-06 | 1 | -3/+20 |
|\| |
|
| * | Add a handful of consumer/gendesk page usages (#12811) | Ryan | 2021-05-06 | 1 | -3/+20 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-05-05 | 1 | -1/+3 |
|\| |
|
| * | Fix qmk flash on FreeBSD (#12085) | Mateusz Piotrowski | 2021-05-06 | 1 | -1/+3 |
* | | [CI] Format code according to conventions (#12731) | github-actions[bot] | 2021-04-29 | 2 | -6/+6 |
* | | Change RGB/LED Matrix to use a simple define for USB suspend (#12697) | Drashna Jaelre | 2021-04-29 | 2 | -0/+13 |
* | | Format code according to conventions (#12682) | github-actions[bot] | 2021-04-25 | 1 | -1/+2 |
* | | eeprom driver: Refactor where eeprom driver initialisation (and EEPROM emulat... | Purdea Andrei | 2021-04-25 | 2 | -13/+12 |
* | | Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#... | Nick Brassel | 2021-04-25 | 2 | -1/+18 |