| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix misplaced endif in led_matrix_drivers.c (#14785) | Ryan | 2021-10-10 | 1 | -4/+4 |
* | Clean up LED/RGB Matrix driver config (#14760) | Ryan | 2021-10-10 | 2 | -123/+139 |
* | Remove QWIIC_DRIVERS (#14174) | Joel Challis | 2021-10-09 | 1 | -10/+0 |
* | Put back eeconfig_update_ functions (#14751) | Joel Challis | 2021-10-08 | 2 | -0/+4 |
* | Move converter specific tmk_core protocols (#14743) | Joel Challis | 2021-10-07 | 1 | -10/+0 |
* | Correct the Turkish F '?' keycode (TR_QUES) (#14740) | precondition | 2021-10-07 | 1 | -1/+1 |
* | Remove SERIAL_LINK feature (#14727) | Joel Challis | 2021-10-07 | 25 | -2203/+1 |
* | Reuse of EEPROM debounce logic (#14699) | Joel Challis | 2021-10-07 | 3 | -44/+46 |
* | Purge uGFX. (#14720) | Nick Brassel | 2021-10-07 | 22 | -2115/+0 |
* | Remove sysex API (#14723) | Ryan | 2021-10-06 | 6 | -353/+6 |
* | Move Audio drivers from quantum to platform drivers folder (#14308) | Drashna Jaelre | 2021-10-06 | 9 | -1412/+4 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-06 | 1 | -3/+3 |
|\ |
|
| * | [Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#... | Drashna Jaelre | 2021-10-05 | 1 | -3/+3 |
* | | Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181) | Purdea Andrei | 2021-10-03 | 1 | -0/+1 |
* | | Change `MK66F18` -> `MK66FX1M0` (#14659) | Ryan | 2021-09-30 | 1 | -1/+1 |
* | | Added power tracking api (#12691) | Purdea Andrei | 2021-09-30 | 2 | -0/+90 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-29 | 1 | -10/+0 |
|\| |
|
| * | [Core] Fix "6kro enable" and clarify naming (#14563) | Drashna Jaelre | 2021-09-29 | 1 | -10/+0 |
* | | Remove GCC version check from song list inclusion (#14600) | Drashna Jaelre | 2021-09-25 | 1 | -5/+3 |
* | | Initial pass of F405 support (#14584) | Joel Challis | 2021-09-25 | 1 | -0/+32 |
* | | Add ability to use numpad digits for unicode mode UC_WIN (#14496) | Marcus van Houdt | 2021-09-21 | 1 | -10/+37 |
* | | Improvements to handling of disconnected split keyboards. (#14033) | Joakim Tufvegren | 2021-09-18 | 1 | -16/+12 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-15 | 1 | -1/+6 |
|\| |
|
| * | [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451) | Drashna Jaelre | 2021-09-15 | 1 | -1/+6 |
* | | Add Support for USB programmable buttons (#12950) | Thomas Weißschuh | 2021-09-15 | 9 | -0/+210 |
* | | Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) | Joel Challis | 2021-09-15 | 2 | -17/+0 |
* | | fix typo in backlight code from #14439 (#14442) | Drashna Jaelre | 2021-09-15 | 1 | -1/+1 |
* | | Refactor use of _STM32_ defines (#14439) | Joel Challis | 2021-09-15 | 2 | -5/+9 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-12 | 3 | -6/+9 |
|\| |
|
| * | Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412) | Drashna Jaelre | 2021-09-13 | 3 | -6/+9 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-09 | 1 | -2/+2 |
|\| |
|
| * | `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315) | JayceFayne | 2021-09-08 | 1 | -1/+1 |
| * | `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302) | JayceFayne | 2021-09-08 | 1 | -1/+1 |
* | | Move feature suspend logic out of platform specific code (#14210) | Drashna Jaelre | 2021-08-30 | 1 | -0/+96 |
|/ |
|
* | [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 |