summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2025-12-01 06:25:13 +1100
committerGitHub <noreply@github.com>2025-11-30 19:25:13 +0000
commit6ed61c65dd66cdbb450a4920a69bae193ec73f15 (patch)
tree2d8cf989fba3622bbde9ea1d2da0f9bfe65edd95 /tests
parent330a8597f8fb136374285d2b52a978e311b46ede (diff)
[CI] Format code according to conventions (#25827)
Format code according to conventions
Diffstat (limited to 'tests')
-rw-r--r--tests/tap_hold_configurations/retro_tapping/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tap_hold_configurations/retro_tapping/config.h b/tests/tap_hold_configurations/retro_tapping/config.h
index cc9f162477..b776b7466e 100644
--- a/tests/tap_hold_configurations/retro_tapping/config.h
+++ b/tests/tap_hold_configurations/retro_tapping/config.h
@@ -20,5 +20,4 @@
20 20
21#define RETRO_TAPPING 21#define RETRO_TAPPING
22#define DUMMY_MOD_NEUTRALIZER_KEYCODE KC_RIGHT_CTRL 22#define DUMMY_MOD_NEUTRALIZER_KEYCODE KC_RIGHT_CTRL
23#define MODS_TO_NEUTRALIZE \ 23#define MODS_TO_NEUTRALIZE {MOD_BIT(KC_LEFT_GUI)}
24 { MOD_BIT(KC_LEFT_GUI) }