aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ChangeLog/20251130/PR25515.md
diff options
context:
space:
mode:
authorJoel Challis2025-12-01 22:47:16 +0100
committerGitHub2025-12-01 22:47:16 +0100
commit0e6b73c9ff44c8404a74e165a8aa0b258db41f8a (patch)
treed7fa1efced405447af7de0cdcf10041cca41191a /docs/ChangeLog/20251130/PR25515.md
parentd45b967cf2f9ccddebcfa1f53e99460b69b7fed3 (diff)
2025q4 develop changelog (#25845)
Diffstat (limited to 'docs/ChangeLog/20251130/PR25515.md')
-rw-r--r--docs/ChangeLog/20251130/PR25515.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ChangeLog/20251130/PR25515.md b/docs/ChangeLog/20251130/PR25515.md
deleted file mode 100644
index ccc88e0c64..0000000000
--- a/docs/ChangeLog/20251130/PR25515.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Refactor debounce algorithm with static allocation [#25515](https://github.com/qmk/qmk_firmware/pull/25515)
-
-Removed dynamic memory allocation (malloc, free) from all debounce implementations for improved efficiency on embedded systems and to avoid runtime allocation overhead. Refactored state arrays to use direct indexing, simplifying code and eliminating pointer arithmetic. Standardized usage of MATRIX_ROWS_PER_HAND throughout the codebase to ensure consistent support for split keyboards.