aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/encoder/tests/config_mock_split_no_right.h
diff options
context:
space:
mode:
authorQMK Bot2025-11-30 20:25:52 +0100
committerQMK Bot2025-11-30 20:25:52 +0100
commitee60542bd6aa8d96714516f7f42b02fbd8105fcb (patch)
treefacebc35a70d8890375388f963f05ec4c89a9369 /quantum/encoder/tests/config_mock_split_no_right.h
parentb5dfb2bd1ea38a37c58227eb17bde583f0c0e4d6 (diff)
parent6ed61c65dd66cdbb450a4920a69bae193ec73f15 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/encoder/tests/config_mock_split_no_right.h')
-rw-r--r--quantum/encoder/tests/config_mock_split_no_right.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/quantum/encoder/tests/config_mock_split_no_right.h b/quantum/encoder/tests/config_mock_split_no_right.h
index c3f753014c..02719a0416 100644
--- a/quantum/encoder/tests/config_mock_split_no_right.h
+++ b/quantum/encoder/tests/config_mock_split_no_right.h
@@ -7,14 +7,14 @@
#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 {0, 2}
+#define ENCODER_B_PINS {1, 3}
#define ENCODER_A_PINS_RIGHT \
- {}
+ { \
+ }
#define ENCODER_B_PINS_RIGHT \
- {}
+ { \
+ }
#ifdef __cplusplus
extern "C" {