1
0

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

Format code according to conventions
This commit is contained in:
QMK Bot
2026-02-12 03:06:13 +11:00
committed by GitHub
parent 5ad6d44e18
commit 4f7a7873c8
1230 changed files with 1230 additions and 1230 deletions

View File

@@ -34,4 +34,4 @@ void set_bitc_LED(uint8_t mode) {
default:
break;
}
}
}

View File

@@ -27,4 +27,4 @@
#define PIN_LED F0
void set_bitc_LED(uint8_t mode);
void set_bitc_LED(uint8_t mode);

View File

@@ -50,4 +50,4 @@ enum remote_macros {
void
matrix_init_remote_kb(void),
process_record_remote_kb(uint16_t keycode, keyrecord_t *record),
matrix_scan_remote_kb(void);
matrix_scan_remote_kb(void);

View File

@@ -93,4 +93,4 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) {
}
return (uint8_t)changed;
}
}

View File

@@ -40,4 +40,4 @@ void
set_scramble_LED_r_pwm(uint8_t pwm),
set_scramble_LED_g_pwm(uint8_t pwm),
set_scramble_LED_b_pwm(uint8_t pwm);