forked from mirrors/qmk_firmware
76378d74f5
* Initial split refactor to allow usb master detection * Add split USB detect docs * Add SPLIT_USB_DETECT demo mode limitation * fix rebase issues * clang-format
11 lines
198 B
C
11 lines
198 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
extern volatile bool isLeftHand;
|
|
|
|
void matrix_master_OLED_init(void);
|
|
void keyboard_split_setup(void);
|