1
0
Fork 0

Remove RING_BUFFERED_6KRO_REPORT_ENABLE due to disuse. (#24433)

This commit is contained in:
Nick Brassel 2024-09-24 21:53:55 +10:00 committed by GitHub
parent a7486a8d87
commit 9a8f5a80e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 102 deletions

View file

@ -29,8 +29,6 @@ std::vector<uint8_t> get_keys(const report_keyboard_t& report) {
std::vector<uint8_t> result;
#if defined(NKRO_ENABLE)
# error NKRO support not implemented yet
#elif defined(RING_BUFFERED_6KRO_REPORT_ENABLE)
# error 6KRO support not implemented yet
#else
for (size_t i = 0; i < KEYBOARD_REPORT_KEYS; i++) {
if (report.keys[i]) {