summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/custom/split_util.h
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2022-04-22 06:33:08 +0900
committerGitHub <noreply@github.com>2022-04-21 14:33:08 -0700
commit8f692e22e3ce176671bbdde51478ce0e6a57875b (patch)
tree88f676a2390648c72a0032e21384e3a41cf0bd8e /keyboards/helix/rev2/custom/split_util.h
parent969c68a9ad1474f578e69469807cf5e3405cd3ae (diff)
Helix/rev2 move to split common (#16723)
Diffstat (limited to 'keyboards/helix/rev2/custom/split_util.h')
-rw-r--r--keyboards/helix/rev2/custom/split_util.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/helix/rev2/custom/split_util.h b/keyboards/helix/rev2/custom/split_util.h
deleted file mode 100644
index 3b1d4249f5..0000000000
--- a/keyboards/helix/rev2/custom/split_util.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#ifdef SPLIT_KEYBOARD
-# error This is helix local split_util.h.
-# error This header file is used only when SPLIT_KEYBOARD=no.
-#endif
-
-#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 is_helix_master(void);
-
-void matrix_master_OLED_init (void);