forked from mirror/qmk_firmware
[CI] Format code according to conventions (#26000)
Format code according to conventions
This commit is contained in:
@@ -1 +1 @@
|
||||
fate
|
||||
fate
|
||||
|
||||
@@ -112,4 +112,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
return update_tri_layer_state(state, _LOWER, _RAISE, _SET);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
fate
|
||||
fate
|
||||
|
||||
@@ -112,4 +112,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
return update_tri_layer_state(state, _LOWER, _RAISE, _SET);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//Enable SPI
|
||||
#undef STM32_SPI_USE_SPI2
|
||||
#define STM32_SPI_USE_SPI2 TRUE
|
||||
#define STM32_SPI_USE_SPI2 TRUE
|
||||
|
||||
Reference in New Issue
Block a user