1
1
mirror of synced 2025-02-01 11:57:57 +01:00

Fix minor typo

This commit is contained in:
ShikyC 2024-01-04 20:51:03 -08:00 committed by GitHub
parent d5f35642cb
commit e9127140de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,7 +328,7 @@ Init () {
if (taikoController) {
useTaikoController = readConfigBool (taikoController, "analog", useTaikoController);
if (useTaikoController) {
printf("Using analog input mode. All other input has been disabled.\n");
printf("Using analog input mode. All the keyboard drum inputs have been disabled.\n");
}
}
toml_free (config);