Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix Kinetic speed condition (#12139) | 즈눅 | 2021-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 2 | -19/+0 | |
|\| | ||||||
| * | Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] ↵ | Takeshi ISHII | 2021-03-25 | 2 | -19/+0 | |
| | | | | | | | | (#12233) | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 1 | -10/+13 | |
|\| | ||||||
| * | Fix handling multiples of the same MIDI note (fixes bug brought up in issue ↵ | jakobkg | 2021-03-25 | 1 | -10/+13 | |
| | | | | | | | | | | | | | | #10199) (#11639) * Fix handling multiples of the same MIDI note * Extend MIDI note status to fix note releases | |||||
* | | Adding keyboard level weak function for slave matrix scan (#12317) | XScorpion2 | 2021-03-25 | 2 | -1/+7 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 2 | -2/+2 | |
|\| | ||||||
| * | Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) | Ryan | 2021-03-25 | 2 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-24 | 1 | -0/+18 | |
|\| | ||||||
| * | Workaround for recent changes to mouse keycodes (#12367) | Joel Challis | 2021-03-24 | 1 | -0/+18 | |
| | | ||||||
* | | LED Matrix: Fix up eeconfig code (#12327) | Ryan | 2021-03-24 | 2 | -26/+76 | |
| | | ||||||
* | | core: add support for MK66F18 (Teensy 3.6) micro controller (#12258) | Michael Stapelberg | 2021-03-17 | 1 | -0/+27 | |
| | | | | | | This is in preparation for https://github.com/qmk/qmk_firmware/pull/10171 | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-15 | 1 | -3/+3 | |
|\| | ||||||
| * | Format code according to conventions (#12244) | github-actions[bot] | 2021-03-15 | 1 | -3/+3 | |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-15 | 3 | -0/+371 | |
|\| | ||||||
| * | Fix keycode mappings for via and ensure they don't change within protocol ↵ | xyzz | 2021-03-15 | 3 | -0/+371 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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> | |||||
* | | LED Matrix: Clean up includes (#12197) | Ryan | 2021-03-13 | 3 | -10/+7 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-12 | 5 | -75/+66 | |
|\| | ||||||
| * | Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) | Ryan | 2021-03-12 | 5 | -75/+66 | |
| | | ||||||
* | | Move gpio wait logic to wait.h (#12067) | Joel Challis | 2021-03-10 | 1 | -33/+0 | |
| | | ||||||
* | | Remove `FUNC()` (#12161) | Ryan | 2021-03-11 | 1 | -4/+1 | |
| | | ||||||
* | | LED Matrix: decouple from Backlight (#12054) | Ryan | 2021-03-08 | 5 | -24/+38 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-06 | 1 | -9/+5 | |
|\| | ||||||
| * | Remove ifdefs for UC and X/XP too (#12131) | Ryan | 2021-03-06 | 1 | -9/+5 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-06 | 1 | -21/+14 | |
|\| | ||||||
| * | Remove a few more ifdefs from quantum_keycodes (#12129) | Ryan | 2021-03-06 | 1 | -21/+14 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-04 | 1 | -14/+10 | |
|\| | ||||||
| * | Remove ifdefs for Swap Hands keycodes (#12095) | Drashna Jaelre | 2021-03-03 | 1 | -14/+10 | |
| | | ||||||
* | | Format code according to conventions (#12088) | github-actions[bot] | 2021-03-03 | 3 | -17/+16 | |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | |||||
* | | Split RGB Matrix (#11055) | XScorpion2 | 2021-03-03 | 3 | -5/+66 | |
| | | | | | | | | | | * Split RGB Matrix * Suspend State sync for rgb matrix | |||||
* | | Format code according to conventions (#12076) | github-actions[bot] | 2021-03-01 | 1 | -2/+2 | |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | |||||
* | | Add ability to toggle One Shot functionality (#4198) | Drashna Jaelre | 2021-03-01 | 3 | -0/+21 | |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-28 | 4 | -258/+300 | |
|\| | ||||||
| * | Extract sendstring into its own compilation unit (#12060) | Ryan | 2021-03-01 | 4 | -258/+300 | |
| | | | | | | | | | | | | | | * Extract sendstring into its own compilation unit * License headers? * Put this include in the header | |||||
* | | Format code according to conventions (#12056) | github-actions[bot] | 2021-02-28 | 1 | -16/+8 | |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | |||||
* | | Refactor of USB code within split_common (#11890) | Joel Challis | 2021-02-28 | 1 | -46/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | * Initial refactor of usb code within split_common * Add headers * Correct disable condition * Format * Align func name | |||||
* | | Overhaul bootmagic logic to have single entrypoint (#8532) | Joel Challis | 2021-02-28 | 9 | -15/+460 | |
|/ | | | | | * Relocate bootmagic logic to have single entrypoint * Align init of layer state | |||||
* | [BUG] Massdrop develop rgb fix (#12022) | Nick Brassel | 2021-02-26 | 1 | -0/+3 | |
| | | | | | | | * Allow for disabling RGB_MATRIX on Massdrop boards. * Fixup init sequence. * Make some functions static as they've got very generic names. | |||||
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-02-25 | 1 | -13/+0 | |
|\ | ||||||
| * | V-USB suspend refactor (#11891) | Ryan | 2021-02-25 | 1 | -13/+0 | |
| | | ||||||
* | | RGBLight: Allow configurable default settings (#11912) | Ryan | 2021-02-16 | 1 | -5/+25 | |
| | | | | | | | | | | * RGBLight: Allow configurable default settings * Docs | |||||
* | | Format code according to conventions (#11928) | github-actions[bot] | 2021-02-16 | 1 | -18/+18 | |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | |||||
* | | Split transport mirror (#11046) | XScorpion2 | 2021-02-16 | 7 | -37/+43 | |
| | | | | | | | | | | | | | | * Split transport mirror support * Updated RGB Matrix to respond to electrical events instead of key events * split matrix slave fix | |||||
* | | Merge branch 'master' into develop | Joshua Diamond | 2021-02-14 | 3 | -7/+7 | |
|\| | ||||||
| * | LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858) | Ryan | 2021-02-15 | 3 | -7/+7 | |
| | | ||||||
* | | Merge branch 'develop' of github.com:qmk/qmk_firmware into develop | Joshua Diamond | 2021-02-14 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | Format code according to conventions (#11907) | github-actions[bot] | 2021-02-15 | 1 | -4/+4 | |
| | | | | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | |||||
* | | | Merge branch 'master' into develop | Joshua Diamond | 2021-02-14 | 6 | -540/+160 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | LED Matrix: add led_matrix_types.h and implement g_led_config (#11741) | Ryan | 2021-02-14 | 4 | -106/+153 | |
| | | | | | | | | | | | | | | | | | | * LED Matrix: add led_matrix_types.h and implement g_led_config * Set correct flags for non-"modifier" LEDs * Clean up docs a little * Add license headers for [led,rgb]_matrix_types.h |