Commit Graph
3207 Commits
Author SHA1 Message Date
QMK Bot 612110f4a5 Merge remote-tracking branch 'origin/develop' into xap 2025-11-11 11:27:49 +00:00
Pascal Getreuer efc5d63383 [Core] Speculative Hold option for mod-taps: hold mods instantly while unsettled. (#25572) 2025-11-11 22:27:12 +11:00
QMK Bot e4463611e7 Merge remote-tracking branch 'origin/develop' into xap 2025-11-06 23:35:00 +00:00
Joel Challis 01952bf39a Implement minimal connection update logic (#25334) 2025-11-06 23:34:23 +00:00
QMK Bot 67b80da4ae Merge remote-tracking branch 'origin/develop' into xap 2025-11-06 23:06:43 +00:00
フィルターペーパー 1a991ffd24 Guard remapping logic with MAGIC_ENABLE (#25537)
* Only perform key and mod remapping in keycode_config() and mod_config() when MAGIC_ENABLE is defined.
* If not set, these functions now return the original keycode or modifier unchanged.
* Reduces firmware size, and unnecessary code when MAGIC_ENABLE is not enabled.
* Removed space saving suggestion with magic functions from squeezing AVR documentation
2025-11-06 23:03:28 +00:00
QMK Bot 13defe183b Merge remote-tracking branch 'origin/develop' into xap 2025-11-01 23:18:26 +00:00
Nimish Gåtam 8c93a33cd3 making flowtap timer public so it can be used easily with combos (#25731) 2025-11-01 23:17:50 +00:00
QMK Bot 69d90c369e Merge remote-tracking branch 'origin/develop' into xap 2025-10-27 04:12:36 +00:00
Aleksandフィルターペーパー cbd55b7890 Restrict mouse timer activation to movement keycodes (#25716)
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
2025-10-27 15:11:57 +11:00
QMK Bot c40af3b7d6 Merge remote-tracking branch 'origin/develop' into xap 2025-10-26 23:47:45 +00:00
Filios92 cb3149b7f2 Fix RGB matrix not syncing and turning off properly on timeout (#25467) 2025-10-26 16:47:04 -07:00
QMK Bot 2c49fd1252 Merge remote-tracking branch 'origin/develop' into xap 2025-10-19 02:15:16 +00:00
フィルターペーパー 81df543086 Debounce: Deprecate num_rows parameter (#25632) 2025-10-19 03:14:37 +01:00
QMK Bot 28b7455223 Merge remote-tracking branch 'origin/develop' into xap 2025-10-08 02:11:12 +00:00
Pablo MartínezandDrashna Jaelre 0550830909 [QP] Minor cleanup and support for RGB888 surface (#25706)
Co-authored-by: Drashna Jaelre <drashna@live.com>
2025-10-07 19:10:38 -07:00
QMK Bot b481a3ad16 Merge remote-tracking branch 'origin/develop' into xap 2025-10-06 16:28:51 +00:00
QMK Bot 074c49ee1c Merge remote-tracking branch 'origin/master' into develop 2025-10-06 16:28:07 +00:00
Ryan 082b69db91 Fix Slovak and Lithuanian (QWERTY) sendstring LUTs (#25703) 2025-10-06 17:27:31 +01:00
QMK Bot 6967c19b75 Merge remote-tracking branch 'origin/develop' into xap 2025-09-30 14:53:21 +00:00
Pablo Martínez bbd6e8ab34 [Feature] Implement mod_t packed struct (#25168) 2025-09-30 15:52:43 +01:00
QMK Bot 62d3c1e8ab Merge remote-tracking branch 'origin/develop' into xap 2025-09-21 23:02:00 +00:00
Joel Challis 883465d9fb Add generic handling to cycle LED/RGB Matrix flags (#24649) 2025-09-22 00:01:23 +01:00
QMK Bot 54ac3b0deb Merge remote-tracking branch 'origin/develop' into xap 2025-09-10 08:42:06 +00:00
フィルターペーパーandJoel Challis 633479ced5 Restructure Pixel Rain interval code (#25516)
Co-authored-by: Joel Challis <git@zvecr.com>
2025-09-10 01:41:29 -07:00
QMK Bot 5f42634ddf Merge remote-tracking branch 'origin/develop' into xap 2025-09-07 12:34:43 +00:00
フィルターペーパーandJoel Challis 4bd5c033c3 Refactor debounce algorithm with static allocation (#25515)
* Refactor debounce counters with direct indexing

* Refactor code to use array indexing for debounce_counters
* Use global MATRIX_ROW_SHIFTER macro

* Refactor debounce algorithm with static allocation

* Converted arrays to static allocation
* Standardised use of MATRIX_ROWS_PER_HAND for array sizing
* Added Doxygen comments for primary debounce functions
* Removed debounce_free()

* Rewrite sym_defer_pr

* Modernise code using sym_defer_pk as template
* Format consistency with other current algorithms

* Use shorter SPDX-License-Identifier

* Remove ChibiOS core memory manager guard
* Keep type definition within DEBOUNCE guard

* Add change log

* Minor optimisation refactor

* Pre-calculate row_offset in per-key matrix loops
* Add inline compiler hints
* Improve readability with blank lines

* Limit elapsed time to the maximum debounce value

* Apply suggestions from code review

Declare counters with "DEBOUNCE_ELAPSED"

Co-authored-by: Joel Challis <git@zvecr.com>

* Update change log to new breaking change date

---------

Co-authored-by: Joel Challis <git@zvecr.com>
2025-09-07 13:34:05 +01:00
QMK Bot 16ab63f498 Merge remote-tracking branch 'origin/develop' into xap 2025-09-06 21:43:35 +00:00
フィルターペーパー d8ce8cd204 Simplify hue calculation in raindrops animation (#25587) 2025-09-06 14:43:01 -07:00
QMK Bot 1a33dfe6d6 Merge remote-tracking branch 'origin/develop' into xap 2025-09-06 09:05:18 +00:00
フィルターペーパー 248d7c1d6d Simplify tap_code16_delay (#25595)
* Replaced for-loop with single wait_ms(delay) call
* Improve code consistency with tap_code_delay
2025-09-06 10:04:42 +01:00
QMK Bot 5375bb7656 Merge remote-tracking branch 'origin/develop' into xap 2025-08-17 00:15:22 +00:00
Joel Challis cc696a2ae8 Refactor battery driver (#25550) 2025-08-17 01:14:48 +01:00
QMK Bot f6742693ec Merge remote-tracking branch 'origin/develop' into xap 2025-07-25 00:04:47 +00:00
フィルターペーパー 542440eac5 Add MATRIX_ROWS_PER_HAND definition (#25513) 2025-07-25 10:04:12 +10:00
QMK Bot 056961ebda Merge remote-tracking branch 'origin/develop' into xap 2025-07-14 12:54:32 +00:00
Joel Challis 20555f9a33 Relocate AUDIO_INIT_DELAY implementation (#25491) 2025-07-14 13:53:57 +01:00
QMK Bot 8531ab7619 Merge remote-tracking branch 'origin/develop' into xap 2025-07-13 15:39:06 +00:00
フィルターペーパー ad4233d078 Clamp reactive offset value (#25489)
* Avoids underflow of the unsigned 8-bit
2025-07-13 16:38:32 +01:00
QMK Bot e8285f13c6 Merge remote-tracking branch 'origin/develop' into xap 2025-07-11 17:13:13 +00:00
Ryan 6b38dc17cd Remove deprecated RGB_ and Mouse keycodes (#25444)
* Remove deprecated `RGB_` and Mouse keycodes

* Update old mouse keycodes, 0-9/A-M

* Update old mouse keycodes, N-Z & layouts

* Missed some stuff
2025-07-11 11:05:41 -06:00
QMK Bot ab91f7e4a4 Merge remote-tracking branch 'origin/develop' into xap 2025-07-07 15:16:13 +00:00
Joel Challis 7827f9fbe3 Compilation fixes for -fno-common (#25436) 2025-07-07 16:15:50 +01:00
QMK Bot aced09ca3e Merge remote-tracking branch 'origin/develop' into xap 2025-07-06 10:31:22 +00:00
Ryan baf0060761 Deprecate some nonstandard mod & mod-tap keycode aliases (#25437) 2025-07-06 20:30:47 +10:00
QMK Bot ade632e021 Merge remote-tracking branch 'origin/develop' into xap 2025-07-06 06:59:06 +00:00
QMK Bot e68389a11e Merge remote-tracking branch 'origin/master' into develop 2025-07-06 06:58:28 +00:00
Ryan ba63bac661 Add short aliases for OSM() (#25443) 2025-07-06 16:57:51 +10:00
QMK Bot 532ba48d93 Merge remote-tracking branch 'origin/develop' into xap 2025-07-06 06:47:09 +00:00
フィルターペーパー 584ad807cc Refactor Starlight Smooth matrix effect (#25442) 2025-07-05 23:44:44 -07:00