1
0
Fork 0

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

@ -152,7 +152,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
}
break;
}
return true;
return false;
}
#endif