Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed typo in orange HSV colors decalartion (#15976) | Ryan Hausen | 2022-01-22 | 1 | -1/+1 |
| | |||||
* | Adjust mouse key defaults (#15883) | Albert Y | 2022-01-21 | 1 | -9/+9 |
| | |||||
* | [Bug] Fix hack for chibiOS reset name (#15984) | Drashna Jaelre | 2022-01-22 | 1 | -2/+2 |
| | |||||
* | Rename some Quantum keycodes (#15968) | Ryan | 2022-01-22 | 5 | -14/+31 |
| | | | | | * Rename some Quantum keycodes * Tweak EEPROM clear and debug keycode short aliases | ||||
* | Relocate matrix_scan_quantum tasks (#15882) | Joel Challis | 2022-01-19 | 2 | -71/+72 |
| | | | | | | | * Move matrix_scan_quantum tasks * Fix tests * Fix up missing refs | ||||
* | Add init function to clear previous effect (#15815) | Albert Y | 2022-01-17 | 1 | -0/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-15 | 1 | -1/+0 |
|\ | |||||
| * | [Bug] Remove config.h include in dynamic_keymap.c (#15886) | Drashna Jaelre | 2022-01-15 | 1 | -1/+0 |
| | | |||||
* | | Add PMW3389 optical sensor Support (Updated) (#15740) | Alabastard-64 | 2022-01-11 | 2 | -0/+39 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Advanced deferred_exec for core-side code. (#15579) | Nick Brassel | 2022-01-10 | 2 | -55/+149 |
| | | |||||
* | | New combo configuration options (#15083) | Pete Sevander | 2022-01-09 | 1 | -1/+38 |
| | | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> | ||||
* | | Slight tidy up of keyboard task loop (#15725) | Joel Challis | 2022-01-09 | 1 | -35/+48 |
| | | |||||
* | | IS31FL3733 driver for LED Matrix (#15088) | Leo Deng | 2022-01-08 | 1 | -0/+4 |
| | | |||||
* | | Unify the key up/down behaviour of RGB keycodes (#15730) | Joel Challis | 2022-01-06 | 1 | -5/+1 |
| | | |||||
* | | Format code according to conventions (#15693) | QMK Bot | 2021-12-31 | 1 | -1/+1 |
| | | |||||
* | | Fix split pointing for analog joystick (#15691) | Dasky | 2021-12-31 | 1 | -2/+4 |
| | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | [Bug] Include missing string.h include (#15606) | Drashna Jaelre | 2021-12-28 | 1 | -0/+1 |
| | | |||||
* | | [Core] Fix bug and code regression for Split Common (#15603) | Drashna Jaelre | 2021-12-28 | 2 | -13/+10 |
| | | |||||
* | | pwm3360 driver cleanup and diff reduction to adns9800 (#15559) | uqs | 2021-12-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Diff reduction between ADNS9800 and PMW3360 drivers. They are very similar devices. This (somewhat) unreadable diff is essentially a no-op, but it makes a `vimdiff` between the 2 drivers much more readable. * Cleanup pwm3360 driver some more. Remove redundant calls to spi_start() and spi_stop(), as pmw3360_write() will already call these. | ||||
* | | Custom matrix lite support for split keyboards (#14674) | Jay Greco | 2021-12-27 | 3 | -39/+72 |
| | | | | | | | | | | | | | | * Custom matrix lite support for split keyboards * WIP: matrix -> matrix_common refactor * Move matrix_post_scan() to matrix_common.c | ||||
* | | Format code according to conventions (#15590) | QMK Bot | 2021-12-27 | 1 | -15/+30 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-12-27 | 1 | -6/+2 |
|\| | |||||
| * | fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954) | Erik Berthold | 2021-12-27 | 1 | -6/+2 |
| | | |||||
* | | Add sym_defer_pr debouncer type (#14948) | Chad Austin | 2021-12-27 | 4 | -0/+301 |
| | | |||||
* | | Make (un)register code functions weak (#15285) | Drashna Jaelre | 2021-12-27 | 2 | -12/+12 |
| | | |||||
* | | Format code according to conventions (#15588) | QMK Bot | 2021-12-27 | 1 | -2/+2 |
| | | |||||
* | | [Core] Split support for pointing devices. (#15304) | Dasky | 2021-12-27 | 6 | -46/+478 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Draft implementation * formatting * fix combined buttons * remove pimoroni throttle * sync pointing on a throttle loop with checksum * no longer used * doh Co-authored-by: Drashna Jaelre <drashna@live.com> * switch pimoroni to a cpi equivalent * add cpi support * allow user modification of seperate mouse reports * a little tidy up * add *_RIGHT defines. * docs * doxygen comments * basic changelog * clean up pimoroni * small doc fixes * Update docs/feature_pointing_device.md Co-authored-by: Drashna Jaelre <drashna@live.com> * performance tweak if side has usb * Don't run init funtions on wrong side * renamed some variables for consistency * fix pimoroni typos * Clamp instead of OR * Promote combined values to uint16_t * Update pointing_device.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Fixes potential wpm sampling overflow, along with code comment fixes (#15277) | vectorstorm | 2021-12-27 | 2 | -33/+44 |
| | | | | | | Co-authored-by: Trevor Powell <trevor@vectorstorm.com.au> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-12-24 | 1 | -1/+1 |
|\| | |||||
| * | Save a single byte of memory for joystick buttons (#15555) | Chris Broekema | 2021-12-24 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-12-16 | 1 | -1/+1 |
|\| | |||||
| * | Fix inverted gt and lt send_string mapping in canadian multilingual (#15487) | billybraga | 2021-12-16 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Billy Braga <bbraga@progi.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-12-16 | 4 | -6/+6 |
|\| | |||||
| * | Fix some wrong keycode macros in locale mapping files (#15488) | Yoichiro Tanaka | 2021-12-16 | 4 | -6/+6 |
| | | |||||
* | | Migrate serial_uart usages to UART driver (#15479) | Ryan | 2021-12-15 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate Thermal Printer feature to UART driver * Migrate 40percentclub UT47 to UART driver * Migrate Centromere to UART driver * Migrate Chimera Ergo to UART driver * Migrate Chimera Let's Split to UART driver * Migrate Chimera Ortho to UART driver * Migrate Chimera Ortho Plus to UART driver * Migrate Comet46 to UART driver * Migrate Palm USB converter to UART driver * Migrate Sun USB converter to UART driver * Migrate Dichotomy to UART driver * Migrate Honeycomb to UART driver * Migrate Mitosis to UART driver * Migrate Redox W to UART driver * Migrate Uni660 to UART driver * Migrate Telophase to UART driver | ||||
* | | [Core] Don't send keyboard reports that propagate no changes to the host ↵ | Stefan Kerkmann | 2021-12-14 | 1 | -1/+8 |
| | | | | | | | | (#14065) | ||||
* | | added missing audio_off_user() callback (#15457) | Dipl.-Ing. Raoul Rubien, BSc | 2021-12-11 | 3 | -0/+5 |
| | | | | | | Co-authored-by: Raoul Rubien <raoul.rubienr@gmail.com> | ||||
* | | Add missing define for unicode common (#15416) | Drashna Jaelre | 2021-12-06 | 1 | -0/+4 |
| | | |||||
* | | Generalize Unicode defines (#15409) | Drashna Jaelre | 2021-12-06 | 1 | -2/+2 |
| | | |||||
* | | Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368) | Joel Challis | 2021-11-30 | 2 | -0/+7 |
| | | |||||
* | | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) | Stefan Kerkmann | 2021-11-29 | 9 | -18/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-29 | 1 | -4/+4 |
|\| | |||||
| * | Fix bit loss in cie_lightness() when doing division to resolve #15331 (#15344) | Karl Shea | 2021-11-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | * Fix bit loss in cie_lightness() when doing division. * Use the right types * Format Co-authored-by: zvecr <git@zvecr.com> | ||||
* | | Added cancel_key_lock function (#15321) | wheredoesyourmindgo | 2021-11-29 | 2 | -0/+6 |
|/ | |||||
* | Fix HOLD_ON_OTHER_KEY_PRESS after #11059 (#15307) | Stefan Kerkmann | 2021-11-28 | 1 | -4/+4 |
| | | | | that broke compilation because of a typo: KEYPRESS should have been KEY_PRESS | ||||
* | Re-add encoder tests (#15312) | Drashna Jaelre | 2021-11-27 | 8 | -0/+461 |
| | | | Co-authored-by: Balz Guenat <balz.guenat@gmail.com> | ||||
* | [Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311) | Drashna Jaelre | 2021-11-27 | 11 | -560/+57 |
| | | | | | | | | | * Revert "fix broken macro in transport.h (#15239)" This reverts commit 06f18e22d9aff0afa4dce101a6a1b2cae5511365. * Revert "Rework encoders to enable asymmetric split keyboards (#12090)" This reverts commit 32215d5bff52262542a2f8d2a221b0303f02c019. | ||||
* | New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036) | precondition | 2021-11-26 | 7 | -3/+97 |
| | | | | | | | | | * New feature: `DYNAMIC_TAPPING_TERM_ENABLE` 3 new quantum keys to configure the tapping term on the fly. * Replace sprintf call in tapping_term_report by get_u16_str * Replace tab with 4 spaces | ||||
* | Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto ↵ | Isaac Elenbaas | 2021-11-25 | 4 | -111/+455 |
| | | | | | | | Shifts (#11059) * Add Retro Shift and Custom Auto Shifts * Fix compilation errors with no RETRO_SHIFT value | ||||
* | Revert "[Tests] Increase QMK test coverage (#13789)" | Nick Brassel | 2021-11-23 | 1 | -0/+34 |
| | | | | This reverts commit b6054c0206609f3755f71d819643644d250288b0. |