forked from mirror/qmk_firmware
[CI] Format code according to conventions (#26000)
Format code according to conventions
This commit is contained in:
@@ -185,4 +185,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
}
|
||||
return false;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -66,4 +66,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
gpio_write_pin(C0, layer_state_cmp(state, 1));
|
||||
return state;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user