summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2021-11-02define to AUTO_SHIFT_DISABLED_AT_STARTUP (#14201)Woody
2021-11-02Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K
2021-11-01Manually format develop (#15003)Joel Challis
2021-11-02Add Fractal RGB matrix effects (#12670)Albert Y
2021-11-01Fix issues with Oneshot disabling (#14934)Drashna Jaelre
2021-10-28Fix develop after recent changes (#14975)Joel Challis
2021-10-28Relocate protocol files within tmk_core/common/ (#14972)Joel Challis
2021-10-28Remove SERIAL_MOUSE (#14969)Joel Challis
2021-10-28Migrate makefile utilities to sub-directory (#14917)Joel Challis
2021-10-26Optimize matrix scanning by removing variable shifts (#14947)Chad Austin
2021-10-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-26Update mcu_selection.mk with current ChibiOS path (#14909)MasterSpoon
2021-10-24Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)Joel Challis
2021-10-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-19Fix type of Tap Dance max index variable (#14887)Drashna Jaelre
2021-10-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-19Make the MAGIC_TOGGLE_GUI keycode work (#14886)Sergey Vlasov
2021-10-18[Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann
2021-10-16Further tidy up of STM32 eeprom emulation (#14591)Joel Challis
2021-10-10Fix misplaced endif in led_matrix_drivers.c (#14785)Ryan
2021-10-10Clean up LED/RGB Matrix driver config (#14760)Ryan
2021-10-09Remove QWIIC_DRIVERS (#14174)Joel Challis
2021-10-08Put back eeconfig_update_ functions (#14751)Joel Challis
2021-10-07Move converter specific tmk_core protocols (#14743)Joel Challis
2021-10-07Correct the Turkish F '?' keycode (TR_QUES) (#14740)precondition
2021-10-07Remove SERIAL_LINK feature (#14727)Joel Challis
2021-10-07Reuse of EEPROM debounce logic (#14699)Joel Challis
2021-10-07Purge uGFX. (#14720)Nick Brassel
2021-10-06Remove sysex API (#14723)Ryan
2021-10-06Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre
2021-10-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-05[Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#...Drashna Jaelre
2021-10-03Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181)Purdea Andrei
2021-09-30Change `MK66F18` -> `MK66FX1M0` (#14659)Ryan
2021-09-30Added power tracking api (#12691)Purdea Andrei
2021-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-29[Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre
2021-09-25Remove GCC version check from song list inclusion (#14600)Drashna Jaelre
2021-09-25Initial pass of F405 support (#14584)Joel Challis
2021-09-21Add ability to use numpad digits for unicode mode UC_WIN (#14496)Marcus van Houdt
2021-09-18Improvements to handling of disconnected split keyboards. (#14033)Joakim Tufvegren
2021-09-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-15[Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)Drashna Jaelre
2021-09-15Add Support for USB programmable buttons (#12950)Thomas Weißschuh
2021-09-15Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)Joel Challis
2021-09-15fix typo in backlight code from #14439 (#14442)Drashna Jaelre
2021-09-15Refactor use of _STM32_ defines (#14439)Joel Challis
2021-09-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-13Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)Drashna Jaelre
2021-09-09Merge remote-tracking branch 'origin/master' into developQMK Bot