feat: encoder map, OLED & encoder kb-level config (#17767)

This commit is contained in:
Less/Rikki 2022-07-26 16:25:23 -04:00 committed by GitHub
parent 5f36285fc5
commit fc9654a1d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 74 additions and 100 deletions

View file

@ -72,7 +72,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
}
}
}
return true;
return false;
}
#endif