forked from mirrors/qmk_userspace
More Bluetooth refactoring (#9905)
This commit is contained in:
parent
47f8947bf5
commit
3f392c09b6
5 changed files with 30 additions and 19 deletions
|
@ -12,6 +12,10 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
enum outputs {
|
||||
OUTPUT_AUTO,
|
||||
|
||||
|
@ -37,4 +41,4 @@ enum outputs {
|
|||
void set_output(uint8_t output);
|
||||
void set_output_user(uint8_t output);
|
||||
uint8_t auto_detect_output(void);
|
||||
uint8_t where_to_send(void);
|
||||
uint8_t where_to_send(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue