diff options
| author | QMK Bot <hello@qmk.fm> | 2025-12-01 06:25:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 19:25:13 +0000 |
| commit | 6ed61c65dd66cdbb450a4920a69bae193ec73f15 (patch) | |
| tree | 2d8cf989fba3622bbde9ea1d2da0f9bfe65edd95 /quantum/keycode.h | |
| parent | 330a8597f8fb136374285d2b52a978e311b46ede (diff) | |
[CI] Format code according to conventions (#25827)
Format code according to conventions
Diffstat (limited to 'quantum/keycode.h')
| -rw-r--r-- | quantum/keycode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keycode.h b/quantum/keycode.h index 4ff6894a01..6268b7f19b 100644 --- a/quantum/keycode.h +++ b/quantum/keycode.h | |||
| @@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | #define IS_MOUSEKEY_WHEEL(code) (QK_MOUSE_WHEEL_UP <= (code) && (code) <= QK_MOUSE_WHEEL_RIGHT) | 34 | #define IS_MOUSEKEY_WHEEL(code) (QK_MOUSE_WHEEL_UP <= (code) && (code) <= QK_MOUSE_WHEEL_RIGHT) |
| 35 | #define IS_MOUSEKEY_ACCEL(code) (QK_MOUSE_ACCELERATION_0 <= (code) && (code) <= QK_MOUSE_ACCELERATION_2) | 35 | #define IS_MOUSEKEY_ACCEL(code) (QK_MOUSE_ACCELERATION_0 <= (code) && (code) <= QK_MOUSE_ACCELERATION_2) |
| 36 | 36 | ||
| 37 | #define MOD_BIT(code) (1 << ((code)&0x07)) | 37 | #define MOD_BIT(code) (1 << ((code) & 0x07)) |
| 38 | 38 | ||
| 39 | // clang-format off | 39 | // clang-format off |
| 40 | 40 | ||
