aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/encoder/tests/config_mock_split_role.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/encoder/tests/config_mock_split_role.h')
-rw-r--r--quantum/encoder/tests/config_mock_split_role.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/quantum/encoder/tests/config_mock_split_role.h b/quantum/encoder/tests/config_mock_split_role.h
index a4aa051ef1..37ddafe904 100644
--- a/quantum/encoder/tests/config_mock_split_role.h
+++ b/quantum/encoder/tests/config_mock_split_role.h
@@ -7,14 +7,10 @@
#define MATRIX_COLS 1
/* Here, "pins" from 0 to 31 are allowed. */
-#define ENCODER_A_PINS \
- { 0, 2 }
-#define ENCODER_B_PINS \
- { 1, 3 }
-#define ENCODER_A_PINS_RIGHT \
- { 4, 6 }
-#define ENCODER_B_PINS_RIGHT \
- { 5, 7 }
+#define ENCODER_A_PINS {0, 2}
+#define ENCODER_B_PINS {1, 3}
+#define ENCODER_A_PINS_RIGHT {4, 6}
+#define ENCODER_B_PINS_RIGHT {5, 7}
#ifdef __cplusplus
extern "C" {