summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2021-03-25Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] (...Takeshi ISHII
2021-03-25Fix handling multiples of the same MIDI note (fixes bug brought up in issue #...jakobkg
2021-03-25Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302)Ryan
2021-03-24Workaround for recent changes to mouse keycodes (#12367)Joel Challis
2021-03-15Format code according to conventions (#12244)github-actions[bot]
2021-03-15Fix keycode mappings for via and ensure they don't change within protocol (#1...xyzz
2021-03-12Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)Ryan
2021-03-06Remove ifdefs for UC and X/XP too (#12131)Ryan
2021-03-06Remove a few more ifdefs from quantum_keycodes (#12129)Ryan
2021-03-03Remove ifdefs for Swap Hands keycodes (#12095)Drashna Jaelre
2021-03-01Extract sendstring into its own compilation unit (#12060)Ryan
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
2021-02-07Migrate some tmk_core files to quantum (#11791)Joel Challis
2021-02-07Migrate mousekey to quantum (#11804)Joel Challis
2021-02-06Remove legacy print backward compatiblitly (#11805)Joel Challis
2021-02-06Add STM32G431 and STM32G474 board definitions. (#11793)Nick Brassel
2021-02-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-06Serial refactor (#11521)Ryan
2021-02-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-05Manually run formatting job (#11797)Joel Challis
2021-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-03Improve Pointing Device report sending (#11064)Drashna Jaelre
2021-02-01Stop sounds when suspended (#11553)Joshua Diamond
2021-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-01quantum.c send char cleanups (#11743)Ryan
2021-01-29Enforce memory allocator for ChibiOS builds with allocating debounce algorith...Nick Brassel
2021-01-29Adds AT90USB162 support (#11570)Dasky
2021-01-28Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-01-28Add rgblight_reload_from_eeprom() (#11411)Joshua Diamond
2021-01-28Backport ChibiOS Audio changes from ZSA (#11687)Drashna Jaelre
2021-01-21Keep track of encoder activity (#11595)Nick Brassel