aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergo42/split_util.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2020-01-17 18:50:58 +0000
committerzvecr <git@zvecr.com>2020-01-17 18:50:58 +0000
commit952e805edb5b5c42a8bbe35b6689c28943a53858 (patch)
tree6d0056c1f64b0504fbe1c08596ec5ec0871f527f /keyboards/ergo42/split_util.h
parent619ee543b8093f643585870db87bad06630c39d4 (diff)
downloadfirmware-952e805edb5b5c42a8bbe35b6689c28943a53858.tar.gz
firmware-952e805edb5b5c42a8bbe35b6689c28943a53858.tar.bz2
firmware-952e805edb5b5c42a8bbe35b6689c28943a53858.zip
Initial refactor of ergo42 to split common
Diffstat (limited to 'keyboards/ergo42/split_util.h')
-rw-r--r--keyboards/ergo42/split_util.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/ergo42/split_util.h b/keyboards/ergo42/split_util.h
deleted file mode 100644
index 595a0659e..000000000
--- a/keyboards/ergo42/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