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

This commit is contained in:
Drashna Jaelre 2021-07-24 01:06:56 -07:00 committed by GitHub
parent e147ee0079
commit 02db03a747

View file

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