summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Collapse)Author
2021-04-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-25Do not leak weak mods from tap dance to the interrupting keypress (#12471)Sergey Vlasov
Tap dance callbacks may register weak mods; one case when it happens is when a tap dance registers a key with modifiers. When the tap dance is interrupted by pressing another key, these weak mods could affect the interrupting key (normally any stale weak mods are cleared at the start of action_exec() when handling a keypress event, but the tap dance interrupt check code is called later, and the weak mods left by that code were not cleared). Add another clear_weak_mods() call to preprocess_tap_dance() to make sure that the interrupting keypress is not affected by unrelated weak mods from the previous tap dance. Fixes #12445.
2021-04-25Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) ↵Nick Brassel
(#12600) * Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example. * Update flashing.md * Update chconf.h * Update config.h * Update halconf.h * Update mcuconf.h
2021-04-25Format code according to conventions (#12680)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-25feat: infinite timeout for leader key (#6580)Daniel Rodríguez Rivero
* feat: implement leader_no_timeout logic * docs(leader_key): infinite leader timeout docs
2021-04-22[CI] Format code according to conventions (#12650)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-22LED Matrix: Split (#12633)Ryan
2021-04-20LED Matrix: Reactive effect buffers & advanced indicators (#12588)Ryan
2021-04-19Add Per Key functionality for AutoShift (#11536)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-04-19[CI] Format code according to conventions (#12623)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-19Fix F303 audio output on A4 with the dac_basic driver (#12480)Sergey Vlasov
The dac_basic driver did not work properly with `#define AUDIO_PIN A4` (instead of configuring the A4 pin, the driver actually was switching the A5 pin to analog mode, breaking any other usage of that pin in addition to emitting a distorted signal on the improperly configured A4 pin). Fix the code to configure the A4 pin as intended.
2021-04-18Enhancement of WPM feature (#11727)Drashna Jaelre
2021-04-15Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes (#11935)Joshua Diamond
* Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes * Better comment Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-04-15LED Matrix: Task system (#12580)Ryan
2021-04-13[CI] Format code according to conventions (#12570)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-13LED Matrix: suspend code (#12509)Ryan
2021-04-07LED Matrix: Implement CIE1931 curve (#12417)Ryan
2021-04-06Add support for producing UF2-format binaries. (#12435)Nick Brassel
* First stab at enabling builds of UF2-format binaries. * Add description on producing a UF2 file.
2021-04-03Format code according to conventions (#12467)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-03fix line endingsZach White
2021-04-033 new LED effect animations (#9827)TurtleHunter
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2021-04-02Big quantum_keycodes cleanup (#12249)Ryan
2021-03-28LED Matrix: Config functions (#12361)Ryan
2021-03-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-25Fix issues when manually shifting characters and Auto Shift (#12083)Drashna Jaelre
Specifically, when using the Auto-Shift feature, if you hold and roll shift, it would not actually shift the character that you hit after the shift
2021-03-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-25Fix Kinetic speed condition (#12139)즈눅
2021-03-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-25Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] ↵Takeshi ISHII
(#12233)
2021-03-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-25Fix handling multiples of the same MIDI note (fixes bug brought up in issue ↵jakobkg
#10199) (#11639) * Fix handling multiples of the same MIDI note * Extend MIDI note status to fix note releases
2021-03-25Adding keyboard level weak function for slave matrix scan (#12317)XScorpion2
2021-03-25Merge remote-tracking branch 'origin/master' into developQMK Bot
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
This is in preparation for https://github.com/qmk/qmk_firmware/pull/10171
2021-03-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-15Format code according to conventions (#12244)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
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 ↵xyzz
(#12130) * Fix keycode mappings for via and ensure they don't change within protocol * Update keycodes * Fix broken keyboards * added the missing keycodes found in via * Remove invalid keycodes Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com>
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