Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-04-03 | fix line endings | Zach White | |
2021-04-03 | 3 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-02 | Big quantum_keycodes cleanup (#12249) | Ryan | |
2021-03-28 | LED Matrix: Config functions (#12361) | Ryan | |
2021-03-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-25 | Fix 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-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-25 | Fix Kinetic speed condition (#12139) | 즈눅 | |
2021-03-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-25 | Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] ↵ | Takeshi ISHII | |
(#12233) | |||
2021-03-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-25 | Fix 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-25 | Adding keyboard level weak function for slave matrix scan (#12317) | XScorpion2 | |
2021-03-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-25 | Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) | Ryan | |
2021-03-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-24 | Workaround for recent changes to mouse keycodes (#12367) | Joel Challis | |
2021-03-24 | LED Matrix: Fix up eeconfig code (#12327) | Ryan | |
2021-03-17 | core: 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-15 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-15 | Format code according to conventions (#12244) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-03-15 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-15 | Fix 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-13 | LED Matrix: Clean up includes (#12197) | Ryan | |
2021-03-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-12 | Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) | Ryan | |
2021-03-10 | Move gpio wait logic to wait.h (#12067) | Joel Challis | |
2021-03-11 | Remove `FUNC()` (#12161) | Ryan | |
2021-03-08 | LED Matrix: decouple from Backlight (#12054) | Ryan | |
2021-03-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-06 | Remove ifdefs for UC and X/XP too (#12131) | Ryan | |
2021-03-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-06 | Remove a few more ifdefs from quantum_keycodes (#12129) | Ryan | |
2021-03-04 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-03 | Remove ifdefs for Swap Hands keycodes (#12095) | Drashna Jaelre | |
2021-03-03 | Format code according to conventions (#12088) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-03-03 | Split RGB Matrix (#11055) | XScorpion2 | |
* Split RGB Matrix * Suspend State sync for rgb matrix | |||
2021-03-01 | Format code according to conventions (#12076) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-03-01 | Add ability to toggle One Shot functionality (#4198) | Drashna Jaelre | |
Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-02-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-01 | Extract sendstring into its own compilation unit (#12060) | Ryan | |
* Extract sendstring into its own compilation unit * License headers? * Put this include in the header | |||
2021-02-28 | Format code according to conventions (#12056) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-02-28 | Refactor of USB code within split_common (#11890) | Joel Challis | |
* Initial refactor of usb code within split_common * Add headers * Correct disable condition * Format * Align func name | |||
2021-02-28 | Overhaul bootmagic logic to have single entrypoint (#8532) | Joel Challis | |
* Relocate bootmagic logic to have single entrypoint * Align init of layer state | |||
2021-02-26 | [BUG] Massdrop develop rgb fix (#12022) | Nick Brassel | |
* Allow for disabling RGB_MATRIX on Massdrop boards. * Fixup init sequence. * Make some functions static as they've got very generic names. | |||
2021-02-25 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-02-25 | V-USB suspend refactor (#11891) | Ryan | |
2021-02-16 | RGBLight: Allow configurable default settings (#11912) | Ryan | |
* RGBLight: Allow configurable default settings * Docs | |||
2021-02-16 | Format code according to conventions (#11928) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> |