summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Collapse)Author
2022-03-10Remove `matrix_key_count()` (#16603)Ryan
* Remove `matrix_key_count()` * Remove `matrix_bitpop()`
2022-03-07[Bug] Rename has_mouse_report_changed parameters (#16417)ZiTe
Fixes compilation issues when bluetooth is enabled, due to issues with cpp used by bluetooth code. Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-03-03[Bug] fix v-usb connection enumeration, ifdef workaround (#16511)Gompa
Co-authored-by: Joel Challis <git@zvecr.com>
2022-02-21Format code according to conventions (#16421)QMK Bot
2022-02-22Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-02-21Fix a potential bug in encoder_init(). (#16372)Takeshi ISHII
After executing `setPinInputHigh(pin)`, it is necessary to wait for the charging time to read from the corresponding pin. This is the same as requiring `matrix_output_unselect_delay()` after doing `unselect_row()` in matrix.c.
2022-02-19Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-02-17Fix build error for LED Matrix effect solid_reactive_wide. (#16383)Joakim Tufvegren
2022-02-17Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-02-17[Bug] Re-add call to `suspend_power_down_kb()` (#16382)Joakim Tufvegren
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-02-11Fix right side ws2812 leds having two indices (#15985)Dasky
* Fix right side leds having two indices * remove redundant left check
2022-02-11Pass in the keyrecord_t of the dual-role/tapping key when calling per-key ↵precondition
tap hold functions (#15938) * Replace keyp by &tapping_key in the record arg of per-key tap hold funcs * Replace NULL by &(keyrecord_t){} in 2nd arg of get_tapping_term
2022-02-11Various fixes for matrix _RIGHT handling (#16292)Joel Challis
* Various fixes for matrix _RIGHT handling * clang
2022-02-09Merge remote-tracking branch 'upstream/master' into developNick Brassel
2022-02-09Add support for driving unselected row/col. (#16278)Nick Brassel
2022-02-06Add layout change callbacks to VIA (#16087)Drashna Jaelre
* Add layout change callbacks to VIA * Update worklouder example
2022-02-06Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, ↵MasterSpoon
IS31FL3745, IS31FL3746A (#14989) Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com>
2022-02-06[Bug] Fix layer_state restoration at end of dynamic macro feature (#16230)Desprez Jean-Marc
2022-02-04RGB Matrix: Reload from EEPROM (#15923)Adam Lickel
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-02-04Format code according to conventions (#16211)QMK Bot
2022-02-05[Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y
* Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-05Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel
This reverts commit e8fa329073d8752cad9b11b90287fd20f130ac6f.
2022-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-05[Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y
* Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-02-05Initial migration of suspend callbacks (#16067)Joel Challis
* Initial migration of suspend logic * Add header
2022-02-02Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel
* Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures.
2022-01-29Format code according to conventions (#16110)QMK Bot
2022-01-28Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander
2022-01-28Adjust tap_code16 to account for TAP_HOLD_CAPS_DELAY (#15635)Ga68
Co-authored-by: Ga68 <github.ga68.e@grxme.com>
2022-01-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-27Fixes for slovak language-specific keycodes (#16019)KraXen72
2022-01-26Deprecate split transactions status field (#16023)Stefan Kerkmann
2022-01-26Enable a default task throttle for split pointing. (#15925)Dasky
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