aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bfo9000/split_util.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-08 12:43:03 -0700
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-08 12:43:03 -0700
commitf8d365a47847f8e49fde5096aa065dbee08cf728 (patch)
treeb3e865779abd7d2aaa49eb1e73a70f60a60f4f26 /keyboards/keebio/bfo9000/split_util.h
parentda9bb590551e4e40552f301852074dffccd2c29d (diff)
downloadfirmware-f8d365a47847f8e49fde5096aa065dbee08cf728.tar.gz
firmware-f8d365a47847f8e49fde5096aa065dbee08cf728.tar.bz2
firmware-f8d365a47847f8e49fde5096aa065dbee08cf728.zip
Convert BFO9000 to Split Keyboard code (#5568)
Diffstat (limited to 'keyboards/keebio/bfo9000/split_util.h')
-rw-r--r--keyboards/keebio/bfo9000/split_util.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/keebio/bfo9000/split_util.h b/keyboards/keebio/bfo9000/split_util.h
deleted file mode 100644
index 595a0659e..000000000
--- a/keyboards/keebio/bfo9000/split_util.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef SPLIT_KEYBOARD_UTIL_H
-#define SPLIT_KEYBOARD_UTIL_H
-
-#include <stdbool.h>
-#include "eeconfig.h"
-
-#define SLAVE_I2C_ADDRESS 0x32
-
-extern volatile bool isLeftHand;
-
-// slave version of matix scan, defined in matrix.c
-void matrix_slave_scan(void);
-
-void split_keyboard_setup(void);
-bool has_usb(void);
-void keyboard_slave_loop(void);
-
-void matrix_master_OLED_init (void);
-
-#endif