QMK Bot
d335326dd2
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 10:51:15 +00:00
Jack Sangdahl
db9b295aa7
Migrate g_led_config to DD (L) ( #25617 )
2025-09-09 11:50:36 +01:00
QMK Bot
2be07cdb9b
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 09:21:04 +00:00
Jack Sangdahl
3934a7f3c8
Migrate g_led_config to DD (I) ( #25600 )
2025-09-09 10:18:16 +01:00
QMK Bot
21813fb17f
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 09:12:38 +00:00
Jack Sangdahl
ed2de21603
Migrate g_led_config to DD (M1) ( #25618 )
2025-09-09 10:10:34 +01:00
Jack Sangdahl
04978d490a
Migrate g_led_config to DD (M2) ( #25619 )
2025-09-09 10:09:38 +01:00
QMK Bot
004bb9ee55
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 09:09:36 +00:00
Jack Sangdahl
7186a63172
Migrate g_led_config to DD (M3) ( #25620 )
2025-09-09 10:09:14 +01:00
Jack Sangdahl
ff1900190c
Migrate g_led_config to DD (NO) ( #25621 )
2025-09-09 10:08:42 +01:00
Jack Sangdahl
2818085d3f
Migrate g_led_config to DD (P) ( #25622 )
2025-09-09 10:08:20 +01:00
Jack Sangdahl
d17671cd23
Migrate g_led_config to DD (QR) ( #25623 )
2025-09-09 10:07:47 +01:00
QMK Bot
488b772226
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 09:07:42 +00:00
Jack Sangdahl
8f22831f01
Migrate g_led_config to DD (S) ( #25624 )
2025-09-09 10:07:06 +01:00
Jack Sangdahl
6c96bb5a5a
Migrate g_led_config to DD (TUW) ( #25625 )
2025-09-09 10:06:12 +01:00
Jack Sangdahl
177ff71d0c
Migrate g_led_config to DD (H) ( #25599 )
2025-09-09 10:04:40 +01:00
Jack Sangdahl
c1b428bb4e
Migrate g_led_config to DD (JK1) ( #25601 )
2025-09-09 10:03:52 +01:00
Jack Sangdahl
0828fc4b6f
Migrate g_led_config to DD (K2) ( #25602 )
2025-09-09 10:03:13 +01:00
Jack Sangdahl
1e8de37aa0
Migrate g_led_config to DD (K3) ( #25603 )
2025-09-09 10:02:29 +01:00
QMK Bot
0da474682b
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 09:02:25 +00:00
Jack Sangdahl
9cd3080e22
Migrate g_led_config to DD (K4) ( #25605 )
2025-09-09 10:02:15 +01:00
Jack Sangdahl
ceefde5ec8
Migrate g_led_config to DD (K5) ( #25606 )
2025-09-09 10:02:01 +01:00
QMK Bot
58eb6956e5
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 09:01:51 +00:00
Jack Sangdahl
3a29cdbd7d
Migrate g_led_config to DD (K6) ( #25607 )
2025-09-09 10:01:17 +01:00
Jack Sangdahl
2d5cb23503
Migrate g_led_config to DD (G) ( #25598 )
2025-09-09 10:00:32 +01:00
QMK Bot
daba313a18
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 09:00:17 +00:00
Jack Sangdahl
6aa85699a5
Migrate g_led_config to DD (E, F) ( #25561 )
2025-09-09 09:59:42 +01:00
QMK Bot
65c7b96121
Merge remote-tracking branch 'origin/develop' into xap
2025-09-09 08:59:11 +00:00
Jack Sangdahl
330d195f9a
Migrate g_led_config to DD (D) ( #25560 )
2025-09-09 09:58:45 +01:00
Jack Sangdahl
4b1b83f42f
Migrate g_led_config to DD (B, C) ( #25559 )
2025-09-09 09:58:29 +01:00
QMK Bot
8229de9cdc
Merge remote-tracking branch 'origin/develop' into xap
2025-09-08 06:58:17 +00:00
QMK Bot
f749dedb0d
Merge remote-tracking branch 'origin/master' into develop
2025-09-08 06:57:41 +00:00
Danny
fa37d958b4
Add Nyquist LM ( #25583 )
2025-09-08 07:57:07 +01:00
QMK Bot
f62208abc6
Merge remote-tracking branch 'origin/develop' into xap
2025-09-07 17:26:27 +00:00
QMK Bot
e01313e7d0
Merge remote-tracking branch 'origin/master' into develop
2025-09-07 17:25:52 +00:00
20e7906c80
Add new keyboard "Palmbrain" ( #25377 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: jack <0x6a73@protonmail.com >
2025-09-07 10:25:17 -07:00
QMK Bot
5f42634ddf
Merge remote-tracking branch 'origin/develop' into xap
2025-09-07 12:34:43 +00:00
フィルターペーパー and Joel 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
6319153dd8
Merge remote-tracking branch 'origin/develop' into xap
2025-09-07 12:10:23 +00:00
QMK Bot
5830b1b5e3
Merge remote-tracking branch 'origin/master' into develop
2025-09-07 12:09:44 +00:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e42877d007
Bump actions/labeler from 5 to 6 ( #25604 )
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 13:08:17 +01:00
QMK Bot
bd8d070e84
Merge remote-tracking branch 'origin/develop' into xap
2025-09-07 12:06:08 +00:00
Ryan
bcc546aa3f
Update USBaspLoader ISP instructions ( #25590 )
2025-09-07 13:05:34 +01:00
QMK Bot
1fa76bca42
Merge remote-tracking branch 'origin/develop' into xap
2025-09-06 21:48:43 +00:00
Joel Challis
19527e8399
Remove duplication of RP2040 config defaults ( #25563 )
2025-09-06 14:48:07 -07: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
2828578f24
Merge remote-tracking branch 'origin/develop' into xap
2025-09-06 07:59:32 +00:00