summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2021-03-25Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302)Ryan
2021-03-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-24Workaround for recent changes to mouse keycodes (#12367)Joel Challis
2021-03-24LED Matrix: Fix up eeconfig code (#12327)Ryan
2021-03-17core: add support for MK66F18 (Teensy 3.6) micro controller (#12258)Michael Stapelberg
2021-03-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-15Format code according to conventions (#12244)github-actions[bot]
2021-03-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-15Fix keycode mappings for via and ensure they don't change within protocol (#1...xyzz
2021-03-13LED Matrix: Clean up includes (#12197)Ryan
2021-03-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-12Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)Ryan
2021-03-10Move gpio wait logic to wait.h (#12067)Joel Challis
2021-03-11Remove `FUNC()` (#12161)Ryan
2021-03-08LED Matrix: decouple from Backlight (#12054)Ryan
2021-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06Remove ifdefs for UC and X/XP too (#12131)Ryan
2021-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06Remove a few more ifdefs from quantum_keycodes (#12129)Ryan
2021-03-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-03Remove ifdefs for Swap Hands keycodes (#12095)Drashna Jaelre
2021-03-03Format code according to conventions (#12088)github-actions[bot]
2021-03-03Split RGB Matrix (#11055)XScorpion2
2021-03-01Format code according to conventions (#12076)github-actions[bot]
2021-03-01Add ability to toggle One Shot functionality (#4198)Drashna Jaelre
2021-02-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-01Extract sendstring into its own compilation unit (#12060)Ryan
2021-02-28Format code according to conventions (#12056)github-actions[bot]
2021-02-28Refactor of USB code within split_common (#11890)Joel Challis
2021-02-28Overhaul bootmagic logic to have single entrypoint (#8532)Joel Challis
2021-02-26[BUG] Massdrop develop rgb fix (#12022)Nick Brassel
2021-02-25Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-02-25V-USB suspend refactor (#11891)Ryan
2021-02-16RGBLight: Allow configurable default settings (#11912)Ryan
2021-02-16Format code according to conventions (#11928)github-actions[bot]
2021-02-16Split transport mirror (#11046)XScorpion2
2021-02-14Merge branch 'master' into developJoshua Diamond
2021-02-14Merge branch 'develop' of github.com:qmk/qmk_firmware into developJoshua Diamond
2021-02-14Merge branch 'master' into developJoshua Diamond
2021-02-15LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan
2021-02-15Format code according to conventions (#11907)github-actions[bot]
2021-02-15Audio system overhaul (#11820)Drashna Jaelre
2021-02-15Add support for analog USBPD on STM32G4xx. (#11824)Nick Brassel
2021-02-15Format code according to conventions (#11905)github-actions[bot]
2021-02-14LED Matrix: add led_matrix_types.h and implement g_led_config (#11741)Ryan
2021-02-14Split gpio and atomic to platform (#11792)Joel Challis
2021-02-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-14Disable VIA protocol's EEPROM reset and bootloader jump commands (#11892)Nick Brassel
2021-02-09Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre
2021-02-07Merge remote-tracking branch 'origin/master' into developQMK Bot