diff options
author | Kosuke Adachi <ks@fstn.jp> | 2018-11-05 03:46:26 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-04 10:46:26 -0800 |
commit | 756d92c1a071b6c481b67a44671308fc9d680afe (patch) | |
tree | da31f7ef36eb2566ab6eca7af2932cd4377f70ed /keyboards/crkbd/rev1/split_util.h | |
parent | e9fd42df71ebc367fccbbf918a1794498aa57914 (diff) |
Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349)
Diffstat (limited to 'keyboards/crkbd/rev1/split_util.h')
-rw-r--r-- | keyboards/crkbd/rev1/split_util.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/crkbd/rev1/split_util.h b/keyboards/crkbd/rev1/split_util.h index f593047560..687ca19bd3 100644 --- a/keyboards/crkbd/rev1/split_util.h +++ b/keyboards/crkbd/rev1/split_util.h @@ -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 |