summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix Kinetic speed condition (#12139)즈눅2021-03-251-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-252-19/+0
|\|
| * Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] (...Takeshi ISHII2021-03-252-19/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-10/+13
|\|
| * Fix handling multiples of the same MIDI note (fixes bug brought up in issue #...jakobkg2021-03-251-10/+13
* | Adding keyboard level weak function for slave matrix scan (#12317)XScorpion22021-03-252-1/+7
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-252-2/+2
|\|
| * Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302)Ryan2021-03-252-2/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-241-0/+18
|\|
| * Workaround for recent changes to mouse keycodes (#12367)Joel Challis2021-03-241-0/+18
* | LED Matrix: Fix up eeconfig code (#12327)Ryan2021-03-242-26/+76
* | core: add support for MK66F18 (Teensy 3.6) micro controller (#12258)Michael Stapelberg2021-03-171-0/+27
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-151-3/+3
|\|
| * Format code according to conventions (#12244)github-actions[bot]2021-03-151-3/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-153-0/+371
|\|
| * Fix keycode mappings for via and ensure they don't change within protocol (#1...xyzz2021-03-153-0/+371
* | LED Matrix: Clean up includes (#12197)Ryan2021-03-133-10/+7
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-125-75/+66
|\|
| * Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)Ryan2021-03-125-75/+66
* | Move gpio wait logic to wait.h (#12067)Joel Challis2021-03-101-33/+0
* | Remove `FUNC()` (#12161)Ryan2021-03-111-4/+1
* | LED Matrix: decouple from Backlight (#12054)Ryan2021-03-085-24/+38
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-061-9/+5
|\|
| * Remove ifdefs for UC and X/XP too (#12131)Ryan2021-03-061-9/+5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-061-21/+14
|\|
| * Remove a few more ifdefs from quantum_keycodes (#12129)Ryan2021-03-061-21/+14
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-041-14/+10
|\|
| * Remove ifdefs for Swap Hands keycodes (#12095)Drashna Jaelre2021-03-031-14/+10
* | Format code according to conventions (#12088)github-actions[bot]2021-03-033-17/+16
* | Split RGB Matrix (#11055)XScorpion22021-03-033-5/+66
* | Format code according to conventions (#12076)github-actions[bot]2021-03-011-2/+2
* | Add ability to toggle One Shot functionality (#4198)Drashna Jaelre2021-03-013-0/+21
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-284-258/+300
|\|
| * Extract sendstring into its own compilation unit (#12060)Ryan2021-03-014-258/+300
* | Format code according to conventions (#12056)github-actions[bot]2021-02-281-16/+8
* | Refactor of USB code within split_common (#11890)Joel Challis2021-02-281-46/+24
* | Overhaul bootmagic logic to have single entrypoint (#8532)Joel Challis2021-02-289-15/+460
|/
* [BUG] Massdrop develop rgb fix (#12022)Nick Brassel2021-02-261-0/+3
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-02-251-13/+0
|\
| * V-USB suspend refactor (#11891)Ryan2021-02-251-13/+0
* | RGBLight: Allow configurable default settings (#11912)Ryan2021-02-161-5/+25
* | Format code according to conventions (#11928)github-actions[bot]2021-02-161-18/+18
* | Split transport mirror (#11046)XScorpion22021-02-167-37/+43
* | Merge branch 'master' into developJoshua Diamond2021-02-143-7/+7
|\|
| * LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan2021-02-153-7/+7
* | Merge branch 'develop' of github.com:qmk/qmk_firmware into developJoshua Diamond2021-02-141-4/+4
|\ \
| * | Format code according to conventions (#11907)github-actions[bot]2021-02-151-4/+4
* | | Merge branch 'master' into developJoshua Diamond2021-02-146-540/+160
|\ \ \ | |/ / |/| / | |/
| * LED Matrix: add led_matrix_types.h and implement g_led_config (#11741)Ryan2021-02-144-106/+153
| * Split gpio and atomic to platform (#11792)Joel Challis2021-02-142-436/+6