From 6ed61c65dd66cdbb450a4920a69bae193ec73f15 Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Mon, 1 Dec 2025 06:25:13 +1100 Subject: [CI] Format code according to conventions (#25827) Format code according to conventions--- drivers/haptic/solenoid.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/haptic') diff --git a/drivers/haptic/solenoid.h b/drivers/haptic/solenoid.h index 17f5345bc6..3d8a4c732d 100644 --- a/drivers/haptic/solenoid.h +++ b/drivers/haptic/solenoid.h @@ -47,8 +47,7 @@ #ifndef SOLENOID_PINS # ifdef SOLENOID_PIN -# define SOLENOID_PINS \ - { SOLENOID_PIN } +# define SOLENOID_PINS {SOLENOID_PIN} # else # error SOLENOID_PINS array not defined # endif -- cgit v1.2.3