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

@@ -271,4 +271,4 @@ bool get_haptic_enabled_key(uint16_t keycode, keyrecord_t *record) {
return false;
}
#endif
#endif

View File

@@ -4,4 +4,4 @@ OLED_ENABLE = yes # uncomment if you are using an OLED display
#HAPTIC_DRIVER = drv2605l # uncomment only on the master side if you are using a Pimoroni haptic buzz
#PS2_MOUSE_ENABLE = yes # uncomment only on the master side if you are usin a TrackPoint
MOUSEKEY_ENABLE = yes
MOUSEKEY_ENABLE = yes

View File

@@ -26,4 +26,4 @@ Make example for this keyboard (after setting up your build environment):
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
A build guide for the Buzzard keyboard can be found at [https://github.com/crehmann/Buzzard](https://github.com/crehmann/Buzzard)
A build guide for the Buzzard keyboard can be found at [https://github.com/crehmann/Buzzard](https://github.com/crehmann/Buzzard)

View File

@@ -125,4 +125,4 @@ __attribute__((weak)) layer_state_t layer_state_set_user(layer_state_t state) {
break;
}
return state;
}
}