Remove RING_BUFFERED_6KRO_REPORT_ENABLE
due to disuse. (#24433)
This commit is contained in:
parent
a7486a8d87
commit
9a8f5a80e4
5 changed files with 0 additions and 102 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue