summaryrefslogtreecommitdiff
path: root/keyboards/ai03/orbit/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-12-01 11:19:14 +0000
committerGitHub <noreply@github.com>2021-12-01 11:19:14 +0000
commit1493e6d3f04387f7dc460836cac724703cb947e2 (patch)
treecfa0a8b33be720b53a8502a537fa2f4e2c6dc21d /keyboards/ai03/orbit/rules.mk
parent3d06860f3cd8af5d9a2b4e9736b3024d0f37343f (diff)
Convert ai03/orbit to SPLIT_KEYBOARD (#15340)
Diffstat (limited to 'keyboards/ai03/orbit/rules.mk')
-rw-r--r--keyboards/ai03/orbit/rules.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/keyboards/ai03/orbit/rules.mk b/keyboards/ai03/orbit/rules.mk
index fc66f9f6d0..5b082d9431 100644
--- a/keyboards/ai03/orbit/rules.mk
+++ b/keyboards/ai03/orbit/rules.mk
@@ -19,12 +19,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
-USE_I2C = no # I2C for split communication
-CUSTOM_MATRIX = yes # For providing custom matrix.c (in this case, override regular matrix.c with split matrix.c)
-# SPLIT_KEYBOARD = yes # Split keyboard flag disabled as manual edits had to be done to the split common files
-
-SRC += split_util.c \
- split_flags.c \
- serial.c \
- transport.c \
- matrix.c
+SPLIT_KEYBOARD = yes # Split keyboard flag disabled as manual edits had to be done to the split common files