summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Collapse)Author
2022-01-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-25Fix joystick button off-by-one error (#16037)Ryan
2022-01-24Fix up issue with PROGMEM and hand_swap_config (#16027)Joel Challis
2022-01-24Rip out old macro and action_function system (#16025)Ryan
* Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
2022-01-23Relocate matrix_init_quantum content (#15953)Joel Challis
* Relocate matrix_init_quantum content * Update include order * Fix cherry pick from 15722
2022-01-22[Bug] Fix compilation issues for led indicators (#16001)Drashna Jaelre
2022-01-22Fix BACKLIGHT_CAPS_LOCK warning (#15999)Joel Challis
* Fix BACKLIGHT_CAPS_LOCK warning * align defs
2022-01-22Align location of some host led logic (#15954)Joel Challis
* Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
2022-01-22fixed typo in orange HSV colors decalartion (#15976)Ryan Hausen
2022-01-21Adjust mouse key defaults (#15883)Albert Y
2022-01-22[Bug] Fix hack for chibiOS reset name (#15984)Drashna Jaelre
2022-01-22Rename some Quantum keycodes (#15968)Ryan
* Rename some Quantum keycodes * Tweak EEPROM clear and debug keycode short aliases
2022-01-19Relocate matrix_scan_quantum tasks (#15882)Joel Challis
* Move matrix_scan_quantum tasks * Fix tests * Fix up missing refs
2022-01-17Add init function to clear previous effect (#15815)Albert Y
2022-01-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-15[Bug] Remove config.h include in dynamic_keymap.c (#15886)Drashna Jaelre
2022-01-11Add PMW3389 optical sensor Support (Updated) (#15740)Alabastard-64
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-01-10Advanced deferred_exec for core-side code. (#15579)Nick Brassel
2022-01-09New combo configuration options (#15083)Pete Sevander
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
2022-01-09Slight tidy up of keyboard task loop (#15725)Joel Challis
2022-01-08IS31FL3733 driver for LED Matrix (#15088)Leo Deng
2022-01-06Unify the key up/down behaviour of RGB keycodes (#15730)Joel Challis
2021-12-31Format code according to conventions (#15693)QMK Bot
2021-12-31Fix split pointing for analog joystick (#15691)Dasky
Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-12-28[Bug] Include missing string.h include (#15606)Drashna Jaelre
2021-12-28[Core] Fix bug and code regression for Split Common (#15603)Drashna Jaelre
2021-12-27pwm3360 driver cleanup and diff reduction to adns9800 (#15559)uqs
* 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.
2021-12-27Custom matrix lite support for split keyboards (#14674)Jay Greco
* Custom matrix lite support for split keyboards * WIP: matrix -> matrix_common refactor * Move matrix_post_scan() to matrix_common.c
2021-12-27Format code according to conventions (#15590)QMK Bot
2021-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-27fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954)Erik Berthold
2021-12-27Add sym_defer_pr debouncer type (#14948)Chad Austin
2021-12-27Make (un)register code functions weak (#15285)Drashna Jaelre
2021-12-27Format code according to conventions (#15588)QMK Bot
2021-12-27[Core] Split support for pointing devices. (#15304)Dasky
* 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>
2021-12-27Fixes potential wpm sampling overflow, along with code comment fixes (#15277)vectorstorm
Co-authored-by: Trevor Powell <trevor@vectorstorm.com.au>
2021-12-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-24Save a single byte of memory for joystick buttons (#15555)Chris Broekema
Co-authored-by: Joel Challis <git@zvecr.com>
2021-12-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-16Fix inverted gt and lt send_string mapping in canadian multilingual (#15487)billybraga
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Billy Braga <bbraga@progi.com>
2021-12-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-16Fix some wrong keycode macros in locale mapping files (#15488)Yoichiro Tanaka
2021-12-15Migrate serial_uart usages to UART driver (#15479)Ryan
* 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
2021-12-14[Core] Don't send keyboard reports that propagate no changes to the host ↵Stefan Kerkmann
(#14065)
2021-12-11added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc
Co-authored-by: Raoul Rubien <raoul.rubienr@gmail.com>
2021-12-06Add missing define for unicode common (#15416)Drashna Jaelre
2021-12-06Generalize Unicode defines (#15409)Drashna Jaelre
2021-11-30Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368)Joel Challis
2021-11-29[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann
2021-11-29Merge remote-tracking branch 'origin/master' into developQMK Bot