summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-09-24 21:53:55 +1000
committerGitHub <noreply@github.com>2024-09-24 12:53:55 +0100
commit9a8f5a80e47815aefef1420f37078b7ff204e1c0 (patch)
tree6e72f1df52e3916719471d3b8a887d23e20d8e84 /tests
parenta7486a8d87e6b982033d9328f6474fb7d7d5371a (diff)
Remove `RING_BUFFERED_6KRO_REPORT_ENABLE` due to disuse. (#24433)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_common/keyboard_report_util.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_common/keyboard_report_util.cpp b/tests/test_common/keyboard_report_util.cpp
index 5676483539..18e0574277 100644
--- a/tests/test_common/keyboard_report_util.cpp
+++ b/tests/test_common/keyboard_report_util.cpp
@@ -29,8 +29,6 @@ std::vector<uint8_t> get_keys(const report_keyboard_t& report) {
29 std::vector<uint8_t> result; 29 std::vector<uint8_t> result;
30#if defined(NKRO_ENABLE) 30#if defined(NKRO_ENABLE)
31# error NKRO support not implemented yet 31# error NKRO support not implemented yet
32#elif defined(RING_BUFFERED_6KRO_REPORT_ENABLE)
33# error 6KRO support not implemented yet
34#else 32#else
35 for (size_t i = 0; i < KEYBOARD_REPORT_KEYS; i++) { 33 for (size_t i = 0; i < KEYBOARD_REPORT_KEYS; i++) {
36 if (report.keys[i]) { 34 if (report.keys[i]) {