~ruther/qmk_firmware

d05b3da83ebecc52b0b731fee13de4d44a9f6d30 — Drashna Jaelre 3 years ago 89e5e4e
[Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)

1 files changed, 2 insertions(+), 0 deletions(-)

M drivers/led/issi/is31fl3733.c
M drivers/led/issi/is31fl3733.c => drivers/led/issi/is31fl3733.c +2 -0
@@ 59,6 59,8 @@

#ifndef ISSI_PWM_FREQUENCY
#    define ISSI_PWM_FREQUENCY 0b000  // PFS - IS31FL3733B only
#endif

#ifndef ISSI_SWPULLUP
#    define ISSI_SWPULLUP PUR_0R
#endif