summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* Remove GCC version check from song list inclusion (#14600)Drashna Jaelre2021-09-251-5/+3
* Initial pass of F405 support (#14584)Joel Challis2021-09-251-0/+32
* Add ability to use numpad digits for unicode mode UC_WIN (#14496)Marcus van Houdt2021-09-211-10/+37
* Improvements to handling of disconnected split keyboards. (#14033)Joakim Tufvegren2021-09-181-16/+12
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-151-1/+6
|\
| * [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)Drashna Jaelre2021-09-151-1/+6
* | Add Support for USB programmable buttons (#12950)Thomas Weißschuh2021-09-159-0/+210
* | Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)Joel Challis2021-09-152-17/+0
* | fix typo in backlight code from #14439 (#14442)Drashna Jaelre2021-09-151-1/+1
* | Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-152-5/+9
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-123-6/+9
|\|
| * Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)Drashna Jaelre2021-09-133-6/+9
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-091-2/+2
|\|
| * `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315)JayceFayne2021-09-081-1/+1
| * `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302)JayceFayne2021-09-081-1/+1
* | Move feature suspend logic out of platform specific code (#14210)Drashna Jaelre2021-08-301-0/+96
|/
* [Bug] Fix build error when enabling NO_HAPTIC_MOD (#14178)Purdea Andrei2021-08-301-0/+1
* Revert 14083 && 14144 (#14150)Joel Challis2021-08-258-118/+104
* Align some quantum sub-directories (#14134)Joel Challis2021-08-2413-539/+0
* Short term bodge for firmware size bloat (#14144)Joel Challis2021-08-243-4/+21
* Tidy up quantum.c now some of tmk_core has been merged (#14083)Joel Challis2021-08-246-101/+98
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-245-10/+10
* eeprom_stm32: implement high density wear leveling (#12567)Donald Kjer2021-08-231-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-232-2/+2
|\
| * Fix US_RDQU keycode (#13464)Olli Helenius2021-08-242-2/+2
* | adding uf2 flash support for blackpill 401 (#13968)Path Nirvana2021-08-241-1/+6
* | Make solo half of split keyboards (more) usable. (#13523)Joakim Tufvegren2021-08-225-73/+123
* | Fix issues with VIA EEPROM init and bring in line with eeconfig functionality...Drashna Jaelre2021-08-205-37/+58
* | Fix LED Matrix suspend code (#14090)Ryan2021-08-201-1/+1
* | [Bug] Fix RGB/LED Matrix Suspend code (#14084)Drashna Jaelre2021-08-202-4/+6
* | Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079)Joel Challis2021-08-201-19/+8
* | Added right vs left specific pin assignments for dip switch (#13074)XScorpion22021-08-191-2/+24
* | Allow for removal of hysteresis on 4x encoders (#13698)tucvbif2021-08-181-0/+5
* | Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-1817-1/+4810
* | Begin to carve out platform/protocol API - Single main loop (#13843)Joel Challis2021-08-181-0/+41
* | Add a toggle key for GUI On/Off in Magic feature (#13830)Drashna Jaelre2021-08-182-0/+7
* | Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol2021-08-182-0/+75
* | Steno combinedkeys (#12538)freqmod2021-08-183-0/+35
* | Rgb matrix/enable modes explicitly (#13758)Drashna Jaelre2021-08-1849-62/+299
* | Fixup Audio startup and add to documents (#13606)Drashna Jaelre2021-08-152-1/+4
* | Fix ifdefs for OLED split sync code (#14017)Drashna Jaelre2021-08-153-6/+6
* | Enable sync of OLED/ST7565 display on/off state on Splits (#13542)Drashna Jaelre2021-08-153-21/+105
* | Fix `combo_disable` (#13988)Pete Sevander2021-08-141-8/+10
* | Fix compilation issue. (#13926)Nick Brassel2021-08-091-1/+1
* | Add support for STM32F407x MCUs. (#13718)thpoll832021-08-091-0/+32
* | Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842)Liyang HU2021-08-072-317/+277
* | Remove Full Bootmagic (#13846)James Young2021-08-065-267/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-061-1/+1
|\|
| * Avoid name conflicts with usb_hid Arduino code (#13870)Joel Challis2021-08-061-1/+1
* | Process combos earlier & overlapping combos (#8591)Pete Sevander2021-08-064-112/+498