qmk_firmware/tests
Nick Brassel 2b00b846dc
Non-volatile memory data repository pattern (#24356)
* First batch of eeconfig conversions.

* Offset and length for datablocks.

* `via`, `dynamic_keymap`.

* Fix filename.

* Commentary.

* wilba leds

* satisfaction75

* satisfaction75

* more keyboard whack-a-mole

* satisfaction75

* omnikeyish

* more whack-a-mole

* `generic_features.mk` to automatically pick up nvm repositories

* thievery

* deferred variable resolve

* whitespace

* convert api to structs/unions

* convert api to structs/unions

* convert api to structs/unions

* fixups

* code-side docs

* code size fix

* rollback

* nvm_xxxxx_erase

* Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too.

* Fixup build.

* Fixup compilation error with encoders.

* Build fixes.

* Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof.

* Build failure rectification.
2025-03-21 23:38:34 +11:00
..
audio [Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce firmware size by a few bytes. (#21427) 2023-07-08 00:47:16 +10:00
auto_shift Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 2023-09-25 12:45:49 +10:00
autocorrect Introduce VERIFY_AND_CLEAR shorthand (#19370) 2022-12-18 21:55:14 +01:00
basic [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
caps_word Ignore space cadet key release when caps word is active (#21721) 2024-01-09 22:07:10 +11:00
combo [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
housekeeping Add housekeeping execution to unit tests (#22999) 2024-05-13 18:15:52 +01:00
keycode_string [Core] get_keycode_string(): function to format keycodes as strings, for more readable debug logging. (#24787) 2025-03-19 20:45:56 +01:00
layer_lock [Core] Add Layer Lock feature (#23430) 2024-11-21 17:31:54 +11:00
leader Refactor Leader key feature (#19632) 2023-02-13 03:19:02 +11:00
mousekeys Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
no_tapping Add EOL to non-keyboard files (#24990) 2025-03-06 23:17:51 +00:00
pointing Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
repeat_key [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
secure Introduce VERIFY_AND_CLEAR shorthand (#19370) 2022-12-18 21:55:14 +01:00
tap_dance Tap dance introspection (#24049) 2024-07-06 00:57:54 +01:00
tap_hold_configurations Retro Tapping Re-Write; Key Roll Fix (#23641) 2025-02-16 20:50:42 +11:00
test_common Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
tri_layer [Core] Tri Layer Keys (#19795) 2023-02-12 10:23:07 +11:00
unicode Unicode, Unicodemap and UCIS refactor (#21659) 2023-08-27 13:30:19 +10:00