Convert ai03/orbit to SPLIT_KEYBOARD (#15340)

This commit is contained in:
Joel Challis
2021-12-01 11:19:14 +00:00
committed by GitHub
parent 3d06860f3c
commit 1493e6d3f0
15 changed files with 115 additions and 1544 deletions

View File

@@ -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