mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-11-10 05:28:20 -05: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;
|
break;
|
||||||
}
|
}
|
||||||
return true
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue