summaryrefslogtreecommitdiff
path: root/quantum
Commit message (Collapse)AuthorAge
* [Bug] fix v-usb connection enumeration, ifdef workaround (#16511)Gompa2022-03-03
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Format code according to conventions (#16421)QMK Bot2022-02-21
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-22
|\
| * Fix a potential bug in encoder_init(). (#16372)Takeshi ISHII2022-02-21
| | | | | | 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.
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-19
|\|
| * Fix build error for LED Matrix effect solid_reactive_wide. (#16383)Joakim Tufvegren2022-02-17
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-02-17
|\|
| * [Bug] Re-add call to `suspend_power_down_kb()` (#16382)Joakim Tufvegren2022-02-17
| |
* | Format code according to conventions (#16322)QMK Bot2022-02-12
| |
* | Fix right side ws2812 leds having two indices (#15985)Dasky2022-02-11
| | | | | | | | | | * Fix right side leds having two indices * remove redundant left check
* | Pass in the keyrecord_t of the dual-role/tapping key when calling per-key ↵precondition2022-02-11
| | | | | | | | | | | | | | 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
* | Various fixes for matrix _RIGHT handling (#16292)Joel Challis2022-02-11
| | | | | | | | | | * Various fixes for matrix _RIGHT handling * clang
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-02-09
|\|
| * Add support for driving unselected row/col. (#16278)Nick Brassel2022-02-09
| |
* | Add layout change callbacks to VIA (#16087)Drashna Jaelre2022-02-06
| | | | | | | | | | * Add layout change callbacks to VIA * Update worklouder example
* | Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, ↵MasterSpoon2022-02-06
| | | | | | | | | | IS31FL3745, IS31FL3746A (#14989) Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com>
* | [Bug] Fix layer_state restoration at end of dynamic macro feature (#16230)Desprez Jean-Marc2022-02-06
| |
* | RGB Matrix: Reload from EEPROM (#15923)Adam Lickel2022-02-04
| | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | Format code according to conventions (#16211)QMK Bot2022-02-04
| |
* | [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-05
| | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-04
|\|
| * Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel2022-02-05
| | | | | | This reverts commit e8fa329073d8752cad9b11b90287fd20f130ac6f.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-04
|\|
| * [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-05
| | | | | | | | | | | | | | | | | | | | | | * 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>
* | Initial migration of suspend callbacks (#16067)Joel Challis2022-02-05
| | | | | | | | | | * Initial migration of suspend logic * Add header
* | Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Format code according to conventions (#16110)QMK Bot2022-01-29
| |
* | Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander2022-01-28
| |
* | Adjust tap_code16 to account for TAP_HOLD_CAPS_DELAY (#15635)Ga682022-01-28
| | | | | | Co-authored-by: Ga68 <github.ga68.e@grxme.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-27
|\|
| * Fixes for slovak language-specific keycodes (#16019)KraXen722022-01-27
| |
* | Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-26
| |
* | Enable a default task throttle for split pointing. (#15925)Dasky2022-01-26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-25
|\|
| * Fix joystick button off-by-one error (#16037)Ryan2022-01-25
| |
* | Fix up issue with PROGMEM and hand_swap_config (#16027)Joel Challis2022-01-24
| |
* | Rip out old macro and action_function system (#16025)Ryan2022-01-24
| | | | | | | | | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* | Relocate matrix_init_quantum content (#15953)Joel Challis2022-01-23
| | | | | | | | | | | | | | * Relocate matrix_init_quantum content * Update include order * Fix cherry pick from 15722
* | [Bug] Fix compilation issues for led indicators (#16001)Drashna Jaelre2022-01-22
| |
* | Fix BACKLIGHT_CAPS_LOCK warning (#15999)Joel Challis2022-01-22
| | | | | | | | | | * Fix BACKLIGHT_CAPS_LOCK warning * align defs
* | Align location of some host led logic (#15954)Joel Challis2022-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | * Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
* | fixed typo in orange HSV colors decalartion (#15976)Ryan Hausen2022-01-22
| |
* | Adjust mouse key defaults (#15883)Albert Y2022-01-21
| |
* | [Bug] Fix hack for chibiOS reset name (#15984)Drashna Jaelre2022-01-22
| |
* | Rename some Quantum keycodes (#15968)Ryan2022-01-22
| | | | | | | | | | * Rename some Quantum keycodes * Tweak EEPROM clear and debug keycode short aliases
* | Relocate matrix_scan_quantum tasks (#15882)Joel Challis2022-01-19
| | | | | | | | | | | | | | * Move matrix_scan_quantum tasks * Fix tests * Fix up missing refs
* | Add init function to clear previous effect (#15815)Albert Y2022-01-17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-15
|\|
| * [Bug] Remove config.h include in dynamic_keymap.c (#15886)Drashna Jaelre2022-01-15
| |
* | Add PMW3389 optical sensor Support (Updated) (#15740)Alabastard-642022-01-11
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>