Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349)
This commit is contained in:
parent
e9fd42df71
commit
756d92c1a0
6 changed files with 277 additions and 105 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#ifndef SPLIT_KEYBOARD_UTIL_H
|
||||
#define SPLIT_KEYBOARD_UTIL_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "eeconfig.h"
|
||||
|
@ -14,3 +15,5 @@ void split_keyboard_setup(void);
|
|||
bool has_usb(void);
|
||||
|
||||
void matrix_master_OLED_init (void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue