zmk/app
MickiusMousius 5ceaa1b879 Fix: Use a lookup table & interpolation to better estimate remaining battery capacity
The old battery capacity estimate code uses a linear approximation to estimate the remaining battery capacity. This is computationally very efficient, however, the estimate is very inaccurate once below 60%.

This change uses a small table of bounded functions to provide a more accurate estimate of remaining capacity. The values in the table re-implement the old estimation "curve".
2025-04-13 14:01:48 +09:30
..
boards Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
dts Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
include Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
keymap-module chore: Add a deprecation warning to config/boards (#2811) 2025-02-26 15:16:50 -05:00
module Fix: Use a lookup table & interpolation to better estimate remaining battery capacity 2025-04-13 14:01:48 +09:30
scripts fix: Support west test when invoked as module 2024-09-06 14:56:40 -04:00
snippets feat(boards): add nrf52840-nosd snippet 2024-11-12 18:28:59 -07:00
src fix(split): add source to battery event (#2901) 2025-04-04 10:43:51 -07:00
tests Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
.gitignore
.prettierrc.js
CMakeLists.txt fix(split): Conditionally build all split code (#2884) 2025-03-18 18:49:59 -04:00
Kconfig Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
Kconfig.behaviors refactor(behaviors): Add max-held tap-dance config (#2838) 2025-02-25 14:12:27 -05:00
Kconfig.defaults Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
VERSION chore(main): release 0.2.1 (#2851) 2025-03-02 07:45:12 -07:00
core-coverage.yml feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
package-lock.json
package.json
prj.conf
run-ble-test.sh testing: Add split BLE tests (#2737) 2025-01-01 18:13:47 -05:00
run-test.sh chore: Allow running tests from anywhere and support EXTRA_MODULES (#2725) 2024-12-20 15:19:56 -05:00
west.yml fix(studio): Bump nanopb version with build fixes. 2024-11-01 13:17:29 -06:00