| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug] Fix build error when enabling NO_HAPTIC_MOD (#14178) | Purdea Andrei | 2021-08-30 | 1 | -0/+1 |
* | Revert 14083 && 14144 (#14150) | Joel Challis | 2021-08-25 | 8 | -118/+104 |
* | Align some quantum sub-directories (#14134) | Joel Challis | 2021-08-24 | 13 | -539/+0 |
* | Short term bodge for firmware size bloat (#14144) | Joel Challis | 2021-08-24 | 3 | -4/+21 |
* | Tidy up quantum.c now some of tmk_core has been merged (#14083) | Joel Challis | 2021-08-24 | 6 | -101/+98 |
* | [Core] Refactor OLED to allow easy addition of other types (#13454) | Xelus22 | 2021-08-24 | 5 | -10/+10 |
* | eeprom_stm32: implement high density wear leveling (#12567) | Donald Kjer | 2021-08-23 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-23 | 2 | -2/+2 |
|\ |
|
| * | Fix US_RDQU keycode (#13464) | Olli Helenius | 2021-08-24 | 2 | -2/+2 |
* | | adding uf2 flash support for blackpill 401 (#13968) | Path Nirvana | 2021-08-24 | 1 | -1/+6 |
* | | Make solo half of split keyboards (more) usable. (#13523) | Joakim Tufvegren | 2021-08-22 | 5 | -73/+123 |
* | | Fix issues with VIA EEPROM init and bring in line with eeconfig functionality... | Drashna Jaelre | 2021-08-20 | 5 | -37/+58 |
* | | Fix LED Matrix suspend code (#14090) | Ryan | 2021-08-20 | 1 | -1/+1 |
* | | [Bug] Fix RGB/LED Matrix Suspend code (#14084) | Drashna Jaelre | 2021-08-20 | 2 | -4/+6 |
* | | Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) | Joel Challis | 2021-08-20 | 1 | -19/+8 |
* | | Added right vs left specific pin assignments for dip switch (#13074) | XScorpion2 | 2021-08-19 | 1 | -2/+24 |
* | | Allow for removal of hysteresis on 4x encoders (#13698) | tucvbif | 2021-08-18 | 1 | -0/+5 |
* | | Migrate platform independent code from tmk_core -> quantum (#13673) | Joel Challis | 2021-08-18 | 17 | -1/+4810 |
* | | Begin to carve out platform/protocol API - Single main loop (#13843) | Joel Challis | 2021-08-18 | 1 | -0/+41 |
* | | Add a toggle key for GUI On/Off in Magic feature (#13830) | Drashna Jaelre | 2021-08-18 | 2 | -0/+7 |
* | | Digitizer HID interface : absolute coordinates for mouse cursor (#12851) | a-chol | 2021-08-18 | 2 | -0/+75 |
* | | Steno combinedkeys (#12538) | freqmod | 2021-08-18 | 3 | -0/+35 |
* | | Rgb matrix/enable modes explicitly (#13758) | Drashna Jaelre | 2021-08-18 | 49 | -62/+299 |
* | | Fixup Audio startup and add to documents (#13606) | Drashna Jaelre | 2021-08-15 | 2 | -1/+4 |
* | | Fix ifdefs for OLED split sync code (#14017) | Drashna Jaelre | 2021-08-15 | 3 | -6/+6 |
* | | Enable sync of OLED/ST7565 display on/off state on Splits (#13542) | Drashna Jaelre | 2021-08-15 | 3 | -21/+105 |
* | | Fix `combo_disable` (#13988) | Pete Sevander | 2021-08-14 | 1 | -8/+10 |
* | | Fix compilation issue. (#13926) | Nick Brassel | 2021-08-09 | 1 | -1/+1 |
* | | Add support for STM32F407x MCUs. (#13718) | thpoll83 | 2021-08-09 | 1 | -0/+32 |
* | | Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) | Liyang HU | 2021-08-07 | 2 | -317/+277 |
* | | Remove Full Bootmagic (#13846) | James Young | 2021-08-06 | 5 | -267/+3 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-06 | 1 | -1/+1 |
|\| |
|
| * | Avoid name conflicts with usb_hid Arduino code (#13870) | Joel Challis | 2021-08-06 | 1 | -1/+1 |
* | | Process combos earlier & overlapping combos (#8591) | Pete Sevander | 2021-08-06 | 4 | -112/+498 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-04 | 2 | -2/+17 |
|\| |
|
| * | Add bootloader section to keyboard template (#13774) | Drashna Jaelre | 2021-08-04 | 2 | -2/+17 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-03 | 1 | -2/+12 |
|\| |
|
| * | Fix overflows in WPM calculations (#13128) | Joakim Tufvegren | 2021-08-04 | 1 | -2/+12 |
* | | Move print/debug files to quantum (#12069) | Joel Challis | 2021-08-03 | 8 | -0/+444 |
* | | Unconditionally call led_init_ports (#12116) | Joel Challis | 2021-08-03 | 1 | -3/+0 |
* | | [BUG] Fix Key Override includes (#13831) | Drashna Jaelre | 2021-08-01 | 1 | -1/+1 |
* | | Minor tidy up of key overrides (#13747) | Joel Challis | 2021-07-28 | 4 | -34/+12 |
* | | matrix_scan_x -> x_task (#13748) | Joel Challis | 2021-07-28 | 11 | -29/+25 |
* | | Align AW20216 driver (#13712) | Joel Challis | 2021-07-27 | 1 | -2/+10 |
* | | Haptic: driver-> feature (#13713) | Joel Challis | 2021-07-25 | 6 | -2/+543 |
* | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2021-07-25 | 6 | -40/+7 |
|\| |
|
| * | Refactor some platform dependent logic (#13675) | Joel Challis | 2021-07-24 | 6 | -40/+7 |
* | | Avoid LTO conficts on arm_atsam (#13676) | Joel Challis | 2021-07-24 | 1 | -1/+1 |
* | | Disables rgblight twinkle by default. (#13677) | Nick Brassel | 2021-07-24 | 1 | -1/+0 |
* | | Retain brightness with lighting layers (#13025) | Patrick Stadler | 2021-07-21 | 1 | -0/+7 |