qmk_firmware/tests/test_common
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
..
build.mk [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
keyboard_report_util.cpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
keyboard_report_util.hpp
keymap.c
main.cpp Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 2023-09-25 12:45:49 +10:00
matrix.c
mouse_report_util.cpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
mouse_report_util.hpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
pointing_device_driver.c Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
test_common.h Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 2023-09-25 12:45:49 +10:00
test_common.hpp
test_driver.cpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
test_driver.hpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
test_fixture.cpp Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
test_fixture.hpp
test_keymap_key.cpp
test_keymap_key.hpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
test_logger.cpp
test_logger.hpp
test_matrix.h
test_pointing_device_driver.h Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00