[Keyboard] Fix type on pandora via keymap (#13681)

master
Drashna Jaelre 2021-07-24 01:06:56 -07:00 committed by GitHub
parent b8a1e14f53
commit a2d0efe5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,5 +94,5 @@ bool dip_switch_update_user(uint8_t index, bool active) {
}
break;
}
return true
return true;
}