aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/encoder/tests/config_mock.h
diff options
context:
space:
mode:
authorQMK Bot2025-11-30 20:25:13 +0100
committerGitHub2025-11-30 20:25:13 +0100
commit6ed61c65dd66cdbb450a4920a69bae193ec73f15 (patch)
tree2d8cf989fba3622bbde9ea1d2da0f9bfe65edd95 /quantum/encoder/tests/config_mock.h
parent330a8597f8fb136374285d2b52a978e311b46ede (diff)
[CI] Format code according to conventions (#25827)
Format code according to conventions
Diffstat (limited to 'quantum/encoder/tests/config_mock.h')
-rw-r--r--quantum/encoder/tests/config_mock.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/quantum/encoder/tests/config_mock.h b/quantum/encoder/tests/config_mock.h
index b5a1537d8a..db1c1b106e 100644
--- a/quantum/encoder/tests/config_mock.h
+++ b/quantum/encoder/tests/config_mock.h
@@ -7,10 +7,8 @@
#define MATRIX_COLS 1
/* Here, "pins" from 0 to 31 are allowed. */
-#define ENCODER_A_PINS \
- { 0 }
-#define ENCODER_B_PINS \
- { 1 }
+#define ENCODER_A_PINS {0}
+#define ENCODER_B_PINS {1}
#ifdef __cplusplus
extern "C" {