mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-09 17:14:18 -04:00
[Keyboard] Fix type on pandora via keymap (#13681)
This commit is contained in:
parent
e147ee0079
commit
02db03a747
1 changed files with 1 additions and 1 deletions
|
@ -94,5 +94,5 @@ bool dip_switch_update_user(uint8_t index, bool active) {
|
|||
}
|
||||
break;
|
||||
}
|
||||
return true
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue