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
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