diff options
| author | QMK Bot <hello@qmk.fm> | 2021-09-29 18:37:46 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-09-29 18:37:46 +0000 |
| commit | be3d7063a04c40797a131d5f4993e45245ba6bfc (patch) | |
| tree | cfce95787ed7c86b40af0dbdd856208f4285b17e /tests | |
| parent | 81f2d0f4cb6400360d585433e8b9976352e2a437 (diff) | |
| parent | 02ab7b1888e6572178543ca0b944e4fa14cdf974 (diff) | |
| download | qmk_firmware-be3d7063a04c40797a131d5f4993e45245ba6bfc.tar.gz qmk_firmware-be3d7063a04c40797a131d5f4993e45245ba6bfc.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_common/keyboard_report_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_common/keyboard_report_util.cpp b/tests/test_common/keyboard_report_util.cpp index cb044c92b..f73cf239e 100644 --- a/tests/test_common/keyboard_report_util.cpp +++ b/tests/test_common/keyboard_report_util.cpp | |||
| @@ -24,7 +24,7 @@ std::vector<uint8_t> get_keys(const report_keyboard_t& report) { | |||
| 24 | std::vector<uint8_t> result; | 24 | std::vector<uint8_t> result; |
| 25 | #if defined(NKRO_ENABLE) | 25 | #if defined(NKRO_ENABLE) |
| 26 | # error NKRO support not implemented yet | 26 | # error NKRO support not implemented yet |
| 27 | #elif defined(USB_6KRO_ENABLE) | 27 | #elif defined(RING_BUFFERED_6KRO_REPORT_ENABLE) |
| 28 | # error 6KRO support not implemented yet | 28 | # error 6KRO support not implemented yet |
| 29 | #else | 29 | #else |
| 30 | for (size_t i = 0; i < KEYBOARD_REPORT_KEYS; i++) { | 30 | for (size_t i = 0; i < KEYBOARD_REPORT_KEYS; i++) { |
