Format code according to conventions (#12381)
Co-authored-by: QMK Bot <hello@qmk.fm>
This commit is contained in:
parent
b05565f368
commit
67252c246c
|
@ -155,7 +155,9 @@ static void InvertCharacter(uint8_t *cursor) {
|
|||
|
||||
bool oled_init(uint8_t rotation) {
|
||||
#if defined(USE_I2C) && defined(SPLIT_KEYBOARD)
|
||||
if (!is_keyboard_master()) { return true; }
|
||||
if (!is_keyboard_master()) {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
oled_rotation = oled_init_user(rotation);
|
||||
|
|
Loading…
Reference in New Issue