[CI] Format code according to conventions (#25827)

Format code according to conventions
This commit is contained in:
QMK Bot
2025-12-01 06:25:13 +11:00
committed by GitHub
parent 330a8597f8
commit 6ed61c65dd
92 changed files with 307 additions and 348 deletions

View File

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