summaryrefslogtreecommitdiff
path: root/quantum
Commit message (Collapse)AuthorAge
...
* | Joystick: Simplify report descriptor and clean up error messages (#16926)Ryan2022-04-26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-25
|\|
| * Add missing dead key LUTs for sendstring headers (#16929)Ryan2022-04-25
| |
* | Fix AVR backlight breathing: low brightness limit & exceeding breathing ↵customMK2022-04-22
| | | | | | | | | | | | table max index (#16770) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-21
|\|
| * rgblight: Fix rgblight_blink_layer when multiple layers are active (#16824)Simon Arlott2022-04-21
| |
* | Add hacky via support for RGB Matrix (#16086)Drashna Jaelre2022-04-19
| |
* | Fixes #16705 : digital rain follows val (#16716)KoenGoe2022-04-19
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | [Core] Use a mutex guard for split shared memory (#16647)Stefan Kerkmann2022-04-19
| |
* | Add support for multiple sensors to pmw3360 (#15996)uqs2022-04-19
| |
* | Fix one-shot locked modifiers (#16114)Denis Savran2022-04-18
| | | | | | | | | | | | | | | | | | | | | | * Fix state updates of one-shot locked modifiers Activating additional one-shot locked modifiers removed previously enabled locked modifiers from the state. `get_oneshot_locked_mods` returned zero when two or more one-shot locked modifiers were enabled and then one was disabled. * Do not delete one-shot locked modifiers on a one-shot layer toggle Non-locked one-shot modifiers are not removed so this behavior adds inconsistency. Also the one-shot locked modifiers state was reset without unregistering any modifiers.
* | Add customizable snake and knight animation increments (#16337)Michał Szczepaniak2022-04-18
| |
* | Fix #16859. (#16865)Nick Brassel2022-04-17
| |
* | [QP] Check BPP capabilities before loading the palette (#16863)Stefan Kerkmann2022-04-17
| |
* | rgblight: Add functions to stop blinking one or all but one layer (#16859)Simon Arlott2022-04-17
| |
* | Heatmap incorrect matrix effect workaround (#16315)Albert Y2022-04-16
| |
* | Add GET_TAPPING_TERM macro to reduce duplicate code (#16681)Jouke Witteveen2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add GET_TAPPING_TERM macro to reduce duplicate code The macro gives the right tapping term depending on whether per-key tapping terms and/or dynamic tapping terms are enabled. Unnecessary function calls and variable resolution are avoided. Fixes #16472. * Use GET_TAPPING_TERM for Cirque trackpads Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-16
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-16
|\|
| * rgblight: Limit max repeat times in rgblight_blink_layer_repeat (#16860)Simon Arlott2022-04-16
| |
* | Quantum Painter (#10174)Nick Brassel2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install dependencies before executing unit tests. * Split out UTF-8 decoder. * Fixup python formatting rules. * Add documentation for QGF/QFF and the RLE format used. * Add CLI commands for converting images and fonts. * Add stub rules.mk for QP. * Add stream type. * Add base driver and comms interfaces. * Add support for SPI, SPI+D/C comms drivers. * Include <qp.h> when enabled. * Add base support for SPI+D/C+RST panels, as well as concrete implementation of ST7789. * Add support for GC9A01. * Add support for ILI9341. * Add support for ILI9163. * Add support for SSD1351. * Implement qp_setpixel, including pixdata buffer management. * Implement qp_line. * Implement qp_rect. * Implement qp_circle. * Implement qp_ellipse. * Implement palette interpolation. * Allow for streams to work with either flash or RAM. * Image loading. * Font loading. * QGF palette loading. * Progressive decoder of pixel data supporting Raw+RLE, 1-,2-,4-,8-bpp monochrome and palette-based images. * Image drawing. * Animations. * Font rendering. * Check against 256 colours, dump out the loaded palette if debugging enabled. * Fix build. * AVR is not the intended audience. * `qmk format-c` * Generation fix. * First batch of docs. * More docs and examples. * Review comments. * Public API documentation.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-09
|\|
| * [Bug] Fix matrix scan reporting interval (#16825)Simon Arlott2022-04-09
| |
* | Joystick feature updates (#16732)Ryan2022-03-26
| | | | | | | | | | | | | | * Joystick feature updates * Move new functions to joystick.h * Docs
* | [Core] Add compile/make macro to core (#15959)Drashna Jaelre2022-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Core] Add KC_MAKE keycode to core fix linting fix testing error work around test idiocyncracies fix more lint something something stupid tests add doc * updates based on feedback * Add bad names * Fixup docs * semantics but cleaner Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> * Hide oneshot checks behind preprocessors * Move no-compile option around * Fix formatting * make shift optional * Make opt in * fix formatting * update send string function name Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Rename TICK to TICK_EVENT to prevent naming conflicts (#16649)Stefan Kerkmann2022-03-14
| |
* | Mousekeys fix (#16640)jack2022-03-13
| |
* | Fix oneshot toggle logic (#16630)Drashna Jaelre2022-03-14
| | | | | | | | | | | | | | * Fix oneshot toggle logic * Enable oneshots by default * Decrement eeconfig magic number due to eeconfig changes
* | [Core] Move `has_mouse_report_changed` function to `report.c` (#16543)Drashna Jaelre2022-03-14
| | | | | | | | | | | | | | * Move 'has_mouse_report_changed' checkto report.c * change mousekeys to use memcpy * fix linting issues
* | Fix flipped One Shot logic (#16617)Pascal Getreuer2022-03-11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-10
|\|
| * Remove `matrix_key_count()` (#16603)Ryan2022-03-10
| | | | | | | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* | Missed some erroneous prints. (#16597)Nick Brassel2022-03-10
| |
* | Fixup builds. (#16596)Nick Brassel2022-03-09
| |
* | Fix missing definition for non-encoder case. (#16593)Nick Brassel2022-03-09
| |
* | Add support for encoder mapping. (#13286)Nick Brassel2022-03-09
| |
* | Asymmetric encoders, encoder tests. (#16068)Nick Brassel2022-03-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-08
|\|
| * [Bug] Rename has_mouse_report_changed parameters (#16417)ZiTe2022-03-07
| | | | | | | | | | | | | | 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>
* | Remove `send_unicode_hex_string()` (#16518)Ryan2022-03-04
|/
* [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